Skip to content

Tags: ullenboom/jrtf

Tags

v1.2.2

Toggle v1.2.2's commit message
Bump version to 1.2.2

v1.2.1

Toggle v1.2.1's commit message
Use shared Hex.ESCAPED in RtfList instead of private String.format he…

…xByte

v1.2.0

Toggle v1.2.0's commit message
@

Final API polish: fix qoute typo, covariant at(), consistency

- Delete misspelled qoute(Object), replaced by quote(Object)
- dottedUnderline(String) -> dottedUnderline(Object) for consistency
- RtfHeaderColor.at() / RtfHeaderFont.at() return subtype (covariant)
- RtfFields: align Javadoc default string with code
@

v1.1.1

Toggle v1.1.1's commit message
Convert RtfInfo/RtfDocfmt/RtfSectionFormatAndHeaderFooter to lazy Con…

…sumer<RtfOutput>

Remove last eager String/StringBuilder accumulators. All RTF data types now
render lazily via Consumer<RtfOutput>. Replaced StringBuilder info/docfmt in
Rtf.java with List<Consumer<RtfOutput>>. Removed frameRtfParagraphWithEndingPar.

Bump version to 1.1.1.

v1.1.0

Toggle v1.1.0's commit message
Fix Javadoc errors in RtfOutput and RtfFields

v1.0.0

Toggle v1.0.0's commit message
Initial release

v0.7

Toggle v0.7's commit message
Merge pull request #5 from ubermichael/master

Missing files referenced by build.xml