Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer
Packages that use RtfContainer
Package
Description
Independent subsystem (not specific to FOP) classes that are used to build
RTF documents.
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.rtfdocModifier and TypeClassDescriptionclassRtfContainer that encloses footersclassThe opposite of RtfAfterclassRTF Bookmark container implementation.classThe RTF document area, container for RtfSection objects.classUsed to add extra table rows after a row that contains a nested table:classModels the top-level structure of an RTF file.classModel of an RTF footnote.classCreates an hyperlink.classProcess "jfor-cmd"classGenerates the leader in RTF.classModel of an RTF list, which can contain RTF list items.classModel of an RTF list item, which can contain RTF paragraphs.classspecial RtfTextrun that is used as list item labelclassRtfListTable: used to make the list table in the header section of the RtfFile.classNull container.classSpecifies rtf control words.classPage area container.classPage number container.classPage number citation container.classModel of an RTF paragraph, which can contain RTF text elements.classModels the keep together attributes of paragraphsclassModels a section in an RTF documentclassContainer for RtfRow elements.classA cell in an RTF table, container for paragraphs, lists, etc.classContainer for RtfTableCell elements.classClass which contains a linear text run.Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfContainerMethods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfContainerModifier and TypeMethodDescriptionstatic RtfTextrunRtfTextrun.getTextrun(RtfContainer container, 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 RtfContainerModifierConstructorDescriptionRtfExternalGraphic(RtfContainer container, Writer writer) Default constructor.RtfExternalGraphic(RtfContainer container, Writer writer, RtfAttributes attributes) Default constructor.RtfListTable(RtfContainer parent, Writer w, 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 RtfContainerModifier and TypeMethodDescriptionBuilderContext.getContainer(Class containerClass, boolean required, 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 RtfContainerModifier and TypeMethodDescriptionvoidBuilderContext.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.