ParagraphKeeptogetherContext |
This context is used to manage the "keepn" RTF attribute
Used by ParagraphBuilder and JforCmd
|
RtfAfter | RtfContainer that encloses footers |
RtfAttributes | Attributes for RtfText
|
RtfBefore | The opposite of RtfAfter |
RtfBookmark | RTF Bookmark. |
RtfBookmarkContainerImpl | RTF Bookmark container implementation. |
RtfColorTable | Singelton of the RTF color table. |
RtfContainer | An RtfElement that can contain other elements. |
RtfDocumentArea | The RTF document area, container for RtfSection objects. |
RtfElement | Base class for all elements of an RTF file. |
RtfExternalGraphic | Creates an RTF image from an external graphic file. |
RtfExternalGraphic.ExternalGraphicException | Exception thrown when an image file/URL cannot be read |
RtfExtraRowSet | 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. |
RtfFile | Models the top-level structure of an RTF file. |
RtfFontManager | RTF font table
|
RtfFootnote | Model of an RTF footnote
|
RtfGenerator | Represents a generator element which says who generated the RTF document. |
RtfHyperLink | Creates an hyperlink. |
RtfJforCmd | Process "jfor-cmd"
|
RtfLineBreak | "Model" of an RTF line break
|
RtfList | Model of an RTF list, which can contain RTF list items
|
RtfListItem | Model of an RTF list item, which can contain RTF paragraphs
|
RtfListItem.RtfListItemLabel | special RtfTextrun that is used as list item label
|
RtfListStyle | Class to handle list styles. |
RtfListStyleBullet | Class to handle bullet list style. |
RtfListStyleNumber | Class to handle number list style. |
RtfListStyleText | Class to handle text list style. |
RtfListTable | RtfListTable: used to make the list table in the header section of the RtfFile. |
RtfNull | |
RtfOptions | Simplistic options definitions for RTF generation
|
RtfPage | Specifies rtf control words. |
RtfPageArea | |
RtfPageBreak | "Model" of an RTF page break
|
RtfPageNumber | |
RtfPageNumberCitation | |
RtfParagraph | Model of an RTF paragraph, which can contain RTF text elements. |
RtfParagraphKeepTogether | Models the keep together attributes of paragraphs
|
RtfSection | Models a section in an RTF document
|
RtfSpaceManager | This class is responsible for saving space-before/space-after attributes
history and adding spacing to established candidates (i.e. |
RtfSpaceSplitter | This class splits block attributes into space-before attribute, space-after
attribute and common attributes. |
RtfString | Plain text in a RTF file, without any formatings. |
RtfStringConverter | Converts java Strings according to RTF conventions
|
RtfStyleSheetTable | Singelton of the RTF style sheet table. |
RtfTable | Container for RtfRow elements
|
RtfTableCell | A cell in an RTF table, container for paragraphs, lists, etc. |
RtfTableRow | Container for RtfTableCell elements
|
RtfTemplate | Singelton of the RTF style template
This class belongs to the tag processing. |
RtfText | Model of a text run (a piece of text with attributes) in an RTF document
|
RtfTextrun | Class which contains a linear text run. |