Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfHeader
Packages that use RtfHeader
Package
Description
Independent subsystem (not specific to FOP) classes that are used to build
RTF documents.
-
Uses of RtfHeader in org.apache.fop.render.rtf.rtflib.rtfdoc
Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfHeaderMethods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfHeaderModifier and TypeMethodDescriptionRtfFile.startHeader()
If called, must be called before startDocumentAreaMethods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfHeaderModifier and TypeMethodDescriptionvoid
RtfColorTable.writeColors
(RtfHeader header) Writes the color table in the header.void
RtfFontManager.writeFonts
(RtfHeader header) Writes the font table in the header.void
RtfStyleSheetTable.writeStyleSheet
(RtfHeader header) Writes the rtf style sheet table.void
RtfTemplate.writeTemplate
(RtfHeader header) Write the rtf templateConstructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfHeaderModifierConstructorDescription(package private)
RtfFontTable
(RtfHeader h, Writer w) Create an RTF headerRtfGenerator
(RtfHeader h, Writer w) Default constructor for the generator element.