Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfSection
-
Packages that use RtfSection Package Description org.apache.fop.render.rtf RTF (Rich Text Format) Output Supportorg.apache.fop.render.rtf.rtflib.rtfdoc Independent subsystem (not specific to FOP) classes that are used to build RTF documents. -
-
Uses of RtfSection in org.apache.fop.render.rtf
Fields in org.apache.fop.render.rtf declared as RtfSection Modifier and Type Field Description private RtfSectionRTFHandler. sect -
Uses of RtfSection in org.apache.fop.render.rtf.rtflib.rtfdoc
Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfSection Modifier and Type Field Description private RtfSectionRtfDocumentArea. currentSectionMethods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfSection Modifier and Type Method Description RtfSectionRtfDocumentArea. newSection()Close current RtfSection if any and create a new oneConstructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfSection Constructor Description RtfAfter(RtfSection parent, java.io.Writer w, RtfAttributes attrs)RtfAfterBeforeBase(RtfSection parent, java.io.Writer w, RtfAttributes attrs)RtfBefore(RtfSection parent, java.io.Writer w, RtfAttributes attrs)
-