Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfFile
-
Packages that use RtfFile Package Description org.apache.fop.render.rtf RTF (Rich Text Format) Output Supportorg.apache.fop.render.rtf.rtflib.rtfdoc Independent subsystem (not specific to FOP) classes that are used to build RTF documents. -
-
Uses of RtfFile in org.apache.fop.render.rtf
Fields in org.apache.fop.render.rtf declared as RtfFile Modifier and Type Field Description private RtfFile
RTFHandler. rtfFile
-
Uses of RtfFile in org.apache.fop.render.rtf.rtflib.rtfdoc
Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfFile Modifier and Type Method Description (package private) RtfFile
RtfElement. getRtfFile()
access our RtfFile, which is always the topmost parentConstructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfFile Constructor Description RtfDocumentArea(RtfFile f, java.io.Writer w)
Create an RTF element as a child of given containerRtfHeader(RtfFile f, java.io.Writer w)
Create an RTF headerRtfPageArea(RtfFile f, java.io.Writer w)
Create an RTF element as a child of given container
-