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

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

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

void
push an RtfContainer on our stack
void
In some cases an RtfContainer must be replaced by another one on the stack.

Methods with return type org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer

RtfContainer
BuilderContext.getContainer(Class containerClass, boolean required, Object forWhichBuilder)
find the "nearest" container that implements the given interface on our stack

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

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

class
RtfContainer that encloses footers
class
The opposite of RtfAfter
class
RTF Bookmark container implementation.
class
The RTF document area, container for RtfSection objects.
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
    Creates an hyperlink.
    class
    Process "jfor-cmd"
    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
    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
    Container for RtfRow elements
    class
    A cell in an RTF table, container for paragraphs, lists, etc.
    class
    Container for RtfTableCell elements
    class
    Class which contains a linear text run.

    Constructors with parameter type org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer

    Default constructor.
    RtfExternalGraphic.RtfExternalGraphic(RtfContainer container, Writer writer, RtfAttributes attributes)
    Default constructor.
    RtfListTable.RtfListTable(RtfContainer parent, Writer w, Integer num, RtfAttributes attrs)
    RtfListTable Constructor: sets the number of the list, and allocates for the RtfAttributes

    Fields of type org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer

    RtfContainer
    parent element

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

    RtfTextrun
    RtfTextrun.getTextrun(RtfContainer container, Writer writer, RtfAttributes attrs)
    Adds a new RtfTextrun to the given container if necessary, and returns it.
    boolean
    If this returns false, RtfContainer will not generate any RTF

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