Uses of Interface
org.apache.fop.render.rtf.rtflib.rtfdoc.IRtfParagraphContainer
-
Packages that use IRtfParagraphContainer 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 IRtfParagraphContainer in org.apache.fop.render.rtf.rtflib.rtfdoc
Classes in org.apache.fop.render.rtf.rtflib.rtfdoc that implement IRtfParagraphContainer Modifier and Type Class Description classRtfAfterRtfContainer that encloses footers(package private) classRtfAfterBeforeBaseCommon code for RtfAfter and RtfBefore.classRtfBeforeThe opposite of RtfAfterclassRtfListItemModel of an RTF list item, which can contain RTF paragraphs.classRtfSectionModels a section in an RTF documentclassRtfTableCellA cell in an RTF table, container for paragraphs, lists, etc.Constructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type IRtfParagraphContainer Constructor Description RtfParagraph(IRtfParagraphContainer parent, java.io.Writer w)Create an RTF paragraph as a child of given container with default attributesRtfParagraph(IRtfParagraphContainer parent, java.io.Writer w, RtfAttributes attr)Create an RTF paragraph as a child of given container with given attributesRtfParagraphKeepTogether(IRtfParagraphContainer parent, java.io.Writer w)RtfParagraphKeepTogether
-