Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
Packages that use RtfElement
Package
Description
Independent subsystem (not specific to FOP) classes that are used to build
RTF documents.
-
Uses of RtfElement in org.apache.fop.render.rtf.rtflib.rtfdoc
Subclasses of RtfElement in org.apache.fop.render.rtf.rtflib.rtfdocModifier and TypeClassDescriptionclassRtfContainer that encloses footers(package private) classCommon code for RtfAfter and RtfBefore.classThe opposite of RtfAfterclassRTF Bookmark.classRTF Bookmark container implementation.classAn RtfElement that can contain other elements.classThe RTF document area, container for RtfSection objects.classCreates an RTF image from an external graphic file.classUsed to add extra table rows after a row that contains a nested table:classModels the top-level structure of an RTF file.(package private) classRTF font table.classModel of an RTF footnote.classRepresents a generator element which says who generated the RTF document.(package private) classRTF file header, contains style, font and other document-level information.classCreates an hyperlink.classProcess "jfor-cmd"classGenerates the leader in RTF.classModel of an RTF line break.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 labelprivate classspecial RtfParagraph that writes list item setup code before its contentclassRtfListTable: used to make the list table in the header section of the RtfFile.classNull container.classSpecifies rtf control words.classPage area container.classModel of an RTF page break.classPage number container.classPage number citation container.classModel of an RTF paragraph, which can contain RTF text elements.classClass which represents a paragraph break.classModels the keep together attributes of paragraphsclassModels a section in an RTF documentclassPlain text in a RTF file, without any formatings.classContainer for RtfRow elements.classA cell in an RTF table, container for paragraphs, lists, etc.classContainer for RtfTableCell elements.classModel of a text run (a piece of text with attributes) in an RTF document.classClass which contains a linear text run.private classClass which represents the closing of a RTF group mark.private classClass which represents the opening of a RTF group mark.Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfElementMethods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfElementModifier and TypeMethodDescriptionRtfElement.getParentOfClass(Class c) find the first parent where c.isAssignableFrom(parent.getClass()) is trueMethods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfElementModifier and TypeMethodDescriptionprotected voidRtfContainer.addChild(RtfElement e) add a child element to thisintRtfContainer.findChildren(RtfElement aChild) Find the passed child in the current containerprivate intRtfContainer.findChildren(RtfElement aChild, int iStart) voidRtfListStyle.writeLevelGroup(RtfElement element) Gets called when the list table has to be written.voidRtfListStyleBullet.writeLevelGroup(RtfElement element) Gets called when the list table has to be written.voidRtfListStyleNumber.writeLevelGroup(RtfElement element) Gets called when the list table has to be written.voidRtfListStyleText.writeLevelGroup(RtfElement element) Gets called when the list table has to be written.voidRtfListStyle.writeParagraphPrefix(RtfElement element) Gets called before a paragraph has to be written, which is contained by a RtfListItem.voidRtfListStyleBullet.writeParagraphPrefix(RtfElement element) Gets called before a paragraph, which is contained by a RtfListItem has to be written.voidRtfListStyleNumber.writeParagraphPrefix(RtfElement element) Gets called before a paragraph, which is contained by a RtfListItem has to be written.voidRtfListStyleText.writeParagraphPrefix(RtfElement element) Gets called before a paragraph, which is contained by a RtfListItem has to be written.