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 TypeMethodDescriptionvoidRtfColorTable.writeColors(RtfHeader header) Writes the color table in the header.voidRtfFontManager.writeFonts(RtfHeader header) Writes the font table in the header.voidRtfStyleSheetTable.writeStyleSheet(RtfHeader header) Writes the rtf style sheet table.voidRtfTemplate.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.