Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfDocumentArea
-
Packages that use RtfDocumentArea 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 RtfDocumentArea in org.apache.fop.render.rtf
Fields in org.apache.fop.render.rtf declared as RtfDocumentArea Modifier and Type Field Description private RtfDocumentAreaRTFHandler. docArea -
Uses of RtfDocumentArea in org.apache.fop.render.rtf.rtflib.rtfdoc
Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfDocumentArea Modifier and Type Field Description private RtfDocumentAreaRtfFile. docAreaMethods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfDocumentArea Modifier and Type Method Description RtfDocumentAreaRtfFile. getDocumentArea()Call startDocumentArea if needed and return the document area object.RtfDocumentAreaRtfFile. startDocumentArea()Closes the RtfHeader if not done yet, and starts the document area.Constructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfDocumentArea Constructor Description RtfSection(RtfDocumentArea parent, java.io.Writer w)Create an RTF container as a child of given container
-