Uses of Interface
org.apache.fop.render.rtf.rtflib.rtfdoc.IRtfParagraphContainer
Packages that use IRtfParagraphContainer
Package
Description
Independent subsystem (not specific to FOP) classes that are used to build
RTF documents.
-
Uses of IRtfParagraphContainer in org.apache.fop.render.rtf.rtflib.rtfdoc
Classes in org.apache.fop.render.rtf.rtflib.rtfdoc that implement IRtfParagraphContainerModifier and TypeClassDescriptionclass
RtfContainer that encloses footers(package private) class
Common code for RtfAfter and RtfBefore.class
The opposite of RtfAfterclass
Model of an RTF list item, which can contain RTF paragraphs.class
Models a section in an RTF documentclass
A cell in an RTF table, container for paragraphs, lists, etc.Constructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type IRtfParagraphContainerModifierConstructorDescription(package private)
RtfParagraph
(IRtfParagraphContainer parent, Writer w) Create an RTF paragraph as a child of given container with default attributes(package private)
RtfParagraph
(IRtfParagraphContainer parent, Writer w, RtfAttributes attr) Create an RTF paragraph as a child of given container with given attributes(package private)
RtfParagraphKeepTogether
(IRtfParagraphContainer parent, Writer w) RtfParagraphKeepTogether