Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer
-
Packages that use RtfContainer Package Description org.apache.fop.render.rtf.rtflib.rtfdoc Independent subsystem (not specific to FOP) classes that are used to build RTF documents.org.apache.fop.render.rtf.rtflib.tools Utility classes used in RTF file generation. -
-
Uses of RtfContainer in org.apache.fop.render.rtf.rtflib.rtfdoc
Subclasses of RtfContainer in org.apache.fop.render.rtf.rtflib.rtfdoc Modifier and Type Class Description classRtfAfterRtfContainer that encloses footersclassRtfBeforeThe opposite of RtfAfterclassRtfBookmarkContainerImplRTF Bookmark container implementation.classRtfDocumentAreaThe RTF document area, container for RtfSection objects.classRtfExtraRowSetUsed to add extra table rows after a row that contains a nested table:classRtfFileModels the top-level structure of an RTF file.classRtfFootnoteModel of an RTF footnote.classRtfHyperLinkCreates an hyperlink.classRtfJforCmdProcess "jfor-cmd"classRtfLeaderGenerates the leader in RTF.classRtfListModel of an RTF list, which can contain RTF list items.classRtfListItemModel of an RTF list item, which can contain RTF paragraphs.classRtfListItem.RtfListItemLabelspecial RtfTextrun that is used as list item labelclassRtfListTableRtfListTable: used to make the list table in the header section of the RtfFile.classRtfNullNull container.classRtfPageSpecifies rtf control words.classRtfPageAreaPage area container.classRtfPageNumberPage number container.classRtfPageNumberCitationPage number citation container.classRtfParagraphModel of an RTF paragraph, which can contain RTF text elements.classRtfParagraphKeepTogetherModels the keep together attributes of paragraphsclassRtfSectionModels a section in an RTF documentclassRtfTableContainer for RtfRow elements.classRtfTableCellA cell in an RTF table, container for paragraphs, lists, etc.classRtfTableRowContainer for RtfTableCell elements.classRtfTextrunClass which contains a linear text run.Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfContainer Modifier and Type Field Description protected RtfContainerRtfElement. parentparent elementMethods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfContainer Modifier and Type Method Description static RtfTextrunRtfTextrun. getTextrun(RtfContainer container, java.io.Writer writer, RtfAttributes attrs)Adds a new RtfTextrun to the given container if necessary, and returns it.booleanRtfOptions. renderContainer(RtfContainer c)If this returns false, RtfContainer will not generate any RTFConstructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfContainer Constructor Description RtfExternalGraphic(RtfContainer container, java.io.Writer writer)Default constructor.RtfExternalGraphic(RtfContainer container, java.io.Writer writer, RtfAttributes attributes)Default constructor.RtfListTable(RtfContainer parent, java.io.Writer w, java.lang.Integer num, RtfAttributes attrs)RtfListTable Constructor: sets the number of the list, and allocates for the RtfAttributes -
Uses of RtfContainer in org.apache.fop.render.rtf.rtflib.tools
Methods in org.apache.fop.render.rtf.rtflib.tools that return RtfContainer Modifier and Type Method Description RtfContainerBuilderContext. getContainer(java.lang.Class containerClass, boolean required, java.lang.Object forWhichBuilder)Find the "nearest" container that implements the given interface on our stack.Methods in org.apache.fop.render.rtf.rtflib.tools with parameters of type RtfContainer Modifier and Type Method Description voidBuilderContext. pushContainer(RtfContainer c)Push an RtfContainer on our stack.voidBuilderContext. replaceContainer(RtfContainer oldC, RtfContainer newC)In some cases an RtfContainer must be replaced by another one on the stack.
-