Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfPage
-
Packages that use RtfPage 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 RtfPage in org.apache.fop.render.rtf.rtflib.rtfdoc
Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfPage Modifier and Type Method Description RtfPage
IRtfPageContainer. newPage(RtfAttributes attrs)
close current text run if any and start a new one with specified attributesRtfPage
RtfPageArea. newPage(RtfAttributes attr)
Close current Rtfpage if any and create a new one
-