Tags: ullenboom/jrtf
Tags
@ 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 @
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.