Interface | Description |
---|---|
IBorderAttributes |
Constants for RTF table attribute names
|
IRtfAfterContainer |
interface for RTF objects that can contain footers
|
IRtfBeforeContainer | |
IRtfBookmarkContainer |
RTF Bookmark container interface.
|
IRtfExternalGraphicContainer |
Interface for containers that can hold RtfExternalGraphic objects
|
IRtfHyperLinkContainer |
interface for RtfElements that can contain RtfHyperLinks
|
IRtfJforCmdContainer | |
IRtfListContainer |
Interface for RtfElements that can contain RtfLists
|
IRtfOptions |
Options for configure the rtf elements.
|
IRtfPageBreakContainer |
Interface for RtfElements that can contain RtfPageBreaks
|
IRtfPageContainer |
Interface for RtfElements that can contain RtfText elements
|
IRtfPageNumberCitationContainer | |
IRtfPageNumberContainer | |
IRtfParagraphContainer |
Interface for RtfElements that can contain RtfParagraphs
|
IRtfParagraphKeepTogetherContainer | |
IRtfTableContainer |
Interface for RtfElements that can contain RtfTables
|
IrtfTemplateContainer | |
IRtfTextContainer |
Interface for RtfElements that can contain RtfText elements
|
ITableAttributes |
Constants for RTF table attribute names
|
Class | Description |
---|---|
BorderAttributesConverter |
Constants for RTF border attribute names, and a static method for converting fo attribute strings.
|
ParagraphKeeptogetherContext |
This context is used to manage the "keepn" RTF attribute
Used by ParagraphBuilder and JforCmd
|
RtfAfter |
RtfContainer that encloses footers
|
RtfAfterBeforeBase |
Common code for RtfAfter and RtfBefore
|
RtfAttributes |
Attributes for RtfText
|
RtfBefore | |
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.
|
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
|
RtfFile |
Models the top-level structure of an RTF file.
|
RtfFontManager |
RTF font table
|
RtfFontTable |
RTF font table
|
RtfHeader |
RTF file header, contains style, font and other document-level information.
|
RtfHyperLink |
Creates an hyperlink.
|
RtfJforCmd | |
RtfLineBreak |
"Model" of an RTF line break
|
RtfList |
Model of an RTF list, which can contain RTF list items
|
RtfList.NumberingStyle | |
RtfListItem |
Model of an RTF list item, which can contain RTF paragraphs
|
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 | |
RtfSection |
Models a section in an RTF document
|
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
|
RtfText |
Model of a text run (a piece of text with attributes) in an RTF document
|
WhitespaceCollapser |
Collapses whitespace of an RtfContainer that contains RtfText elements
|
Exception | Description |
---|---|
RtfExternalGraphic.ExternalGraphicException |
Exception thrown when an image file/URL cannot be read
|