Uses of Class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement

Uses in package org.apache.fop.render.rtf.rtflib.rtfdoc

Classes derived from org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement

class
RtfContainer that encloses footers
class
The opposite of RtfAfter
class
RTF Bookmark.
class
RTF Bookmark container implementation.
class
An RtfElement that can contain other elements.
class
The RTF document area, container for RtfSection objects.
class
Creates an RTF image from an external graphic file.
class
Used to add extra table rows after a row that contains a nested table:
  • created by RtfTableRow before generating RTF code
  • an RtfTableCell that contains a nested table can ask this to put some of its children in extra rows that after the current row
  • once RtfTableRow is done rendering its children, it renders this, causing extra rows to be generated, with content that can come from several RtfTableCells See org.apache.fop.rtf.rtflib.testdocs.NestedTable for an example of usage.
  • class
    Models the top-level structure of an RTF file.
    class
    Model of an RTF footnote
    class
    Represents a generator element which says who generated the RTF document.
    class
    Creates an hyperlink.
    class
    Process "jfor-cmd"
    class
    "Model" of an RTF line break
    class
    Model of an RTF list, which can contain RTF list items
    class
    Model of an RTF list item, which can contain RTF paragraphs
    class
    special RtfTextrun that is used as list item label
    class
    RtfListTable: used to make the list table in the header section of the RtfFile.
    class
    class
    Specifies rtf control words.
    class
    class
    "Model" of an RTF page break
    class
    class
    class
    Model of an RTF paragraph, which can contain RTF text elements.
    class
    Models the keep together attributes of paragraphs
    class
    Models a section in an RTF document
    class
    Plain text in a RTF file, without any formatings.
    class
    Container for RtfRow elements
    class
    A cell in an RTF table, container for paragraphs, lists, etc.
    class
    Container for RtfTableCell elements
    class
    Model of a text run (a piece of text with attributes) in an RTF document
    class
    Class which contains a linear text run.

    Methods with parameter type org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement

    void
    add a child element to this
    void
    Gets called when the list table has to be written.
    void
    Gets called when the list table has to be written.
    void
    Gets called when the list table has to be written.
    void
    Gets called when the list table has to be written.
    void
    Gets called before a paragraph has to be written, which is contained by a RtfListItem.
    void
    Gets called before a paragraph, which is contained by a RtfListItem has to be written.
    void
    Gets called before a paragraph, which is contained by a RtfListItem has to be written.
    void
    Gets called before a paragraph, which is contained by a RtfListItem has to be written.

    Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.