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
Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfPage Modifier and Type Field Description private RtfPageRtfPageArea. currentPageMethods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfPage Modifier and Type Method Description RtfPageIRtfPageContainer. newPage(RtfAttributes attrs)close current text run if any and start a new one with specified attributesRtfPageRtfPageArea. newPage(RtfAttributes attr)Close current Rtfpage if any and create a new oneConstructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfPage Constructor Description RtfNull(RtfPage parent, java.io.Writer w)
-