Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfDocumentArea
-
Packages that use RtfDocumentArea 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 RtfDocumentArea in org.apache.fop.render.rtf.rtflib.rtfdoc
Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfDocumentArea Modifier and Type Method Description RtfDocumentArea
RtfFile. getDocumentArea()
Call startDocumentArea if needed and return the document area object.RtfDocumentArea
RtfFile. startDocumentArea()
Closes the RtfHeader if not done yet, and starts the document area.
-