Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfHeader
-
Packages that use RtfHeader Package Description org.apache.fop.render.rtf.rtflib.rtfdoc 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 RtfHeader Modifier and Type Field Description private RtfHeader
RtfFile. header
Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfHeader Modifier and Type Method Description RtfHeader
RtfFile. startHeader()
If called, must be called before startDocumentAreaMethods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfHeader Modifier and Type Method Description void
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 RtfHeader Constructor Description RtfFontTable(RtfHeader h, java.io.Writer w)
Create an RTF headerRtfGenerator(RtfHeader h, java.io.Writer w)
Default constructor for the generator element.
-