fop 0.94 | |
Frames | No Frames |
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:
|
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 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 | Adds a new RtfTextrun to the given container if necessary, and returns it. |
boolean | If this returns false, RtfContainer will not generate any RTF
|
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
|
fop 0.94 |