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 RtfPage
RtfPageArea. currentPage
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 oneConstructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfPage Constructor Description RtfNull(RtfPage parent, java.io.Writer w)
-