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