Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfSection
Packages that use RtfSection
Package
Description
RTF (Rich Text Format) Output Support
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 -
Uses of RtfSection in org.apache.fop.render.rtf.rtflib.rtfdoc
Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfSectionMethods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfSectionModifier and TypeMethodDescriptionRtfDocumentArea.newSection()
Close current RtfSection if any and create a new oneConstructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfSectionModifierConstructorDescription(package private)
RtfAfter
(RtfSection parent, Writer w, RtfAttributes attrs) (package private)
RtfAfterBeforeBase
(RtfSection parent, Writer w, RtfAttributes attrs) (package private)
RtfBefore
(RtfSection parent, Writer w, RtfAttributes attrs)