org.apache.fop.render.rtf.rtflib.rtfdoc |
org.apache.fop.render.rtf.rtflib.rtfdoc
Independent subsystem (not specific to FOP) classes that are used to build
RTF documents.
|
Java Source File Name | Type | Comment |
IBorderAttributes.java | Interface | Constants for RTF border attribute names. |
IRtfAfterContainer.java | Interface | |
IRtfBeforeContainer.java | Interface | Interface for classes containing headers. |
IRtfBookmarkContainer.java | Interface | RTF Bookmark container interface. |
IRtfExternalGraphicContainer.java | Interface | Interface for classes containing images. |
IRtfHyperLinkContainer.java | Interface | |
IRtfJforCmdContainer.java | Interface | |
IRtfListContainer.java | Interface | |
IRtfOptions.java | Interface | Options for configuring the rtf elements. |
IRtfPageBreakContainer.java | Interface | |
IRtfPageContainer.java | Interface | |
IRtfPageNumberCitationContainer.java | Interface | |
IRtfPageNumberContainer.java | Interface | |
IRtfParagraphContainer.java | Interface | |
IRtfParagraphKeepTogetherContainer.java | Interface | |
IRtfTableContainer.java | Interface | |
IrtfTemplateContainer.java | Interface | Interface for classes containing templates. |
IRtfTextContainer.java | Interface | |
IRtfTextrunContainer.java | Interface | Interface which enables an implementing class to contain linear text runs. |
ITableAttributes.java | Interface | |
ITableColumnsInfo.java | Interface | |
ParagraphKeeptogetherContext.java | Class | |
RtfAfter.java | Class | |
RtfAfterBeforeBase.java | Class | |
RtfAttributes.java | Class | |
RtfBefore.java | Class | |
RtfBookmark.java | Class | RTF Bookmark. |
RtfBookmarkContainerImpl.java | Class | RTF Bookmark container implementation. |
RtfColorTable.java | Class | Singelton of the RTF color table. |
RtfContainer.java | Class | An RtfElement that can contain other elements. |
RtfDocumentArea.java | Class | The RTF document area, container for RtfSection objects. |
RtfElement.java | Class | Base class for all elements of an RTF file. |
RtfExternalGraphic.java | Class | Creates an RTF image from an external graphic file.
This class belongs to the tag processing. |
RtfExtraRowSet.java | 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. |
RtfFile.java | Class | Models the top-level structure of an RTF file. |
RtfFontManager.java | Class | |
RtfFontTable.java | Class | |
RtfFootnote.java | Class | |
RtfGenerator.java | Class | Represents a generator element which says who generated the RTF document. |
RtfHeader.java | Class | RTF file header, contains style, font and other document-level information. |
RtfHyperLink.java | Class | Creates an hyperlink. |
RtfJforCmd.java | Class | |
RtfLineBreak.java | Class | |
RtfList.java | Class | |
RtfListItem.java | Class | |
RtfListStyle.java | Class | Class to handle list styles. |
RtfListStyleBullet.java | Class | Class to handle bullet list style. |
RtfListStyleNumber.java | Class | Class to handle number list style. |
RtfListStyleText.java | Class | Class to handle text list style. |
RtfListTable.java | Class | RtfListTable: used to make the list table in the header section of the RtfFile.
This is the method that Word uses to make lists in RTF and the way most RTF readers,
esp. |
RtfNull.java | Class | |
RtfOptions.java | Class | |
RtfPage.java | Class | Specifies rtf control words. |
RtfPageArea.java | Class | |
RtfPageBreak.java | Class | |
RtfPageNumber.java | Class | |
RtfPageNumberCitation.java | Class | |
RtfParagraph.java | Class | Model of an RTF paragraph, which can contain RTF text elements. |
RtfParagraphKeepTogether.java | Class | |
RtfSection.java | Class | |
RtfSpaceManager.java | Class | This class is responsible for saving space-before/space-after attributes
history and adding spacing to established candidates (i.e. |
RtfSpaceSplitter.java | Class | This class splits block attributes into space-before attribute, space-after
attribute and common attributes. |
RtfString.java | Class | Plain text in a RTF file, without any formatings. |
RtfStringConverter.java | Class | |
RtfStyleSheetTable.java | Class | Singelton of the RTF style sheet table. |
RtfTable.java | Class | |
RtfTableCell.java | Class | A cell in an RTF table, container for paragraphs, lists, etc. |
RtfTableRow.java | Class | |
RtfTemplate.java | Class | Singelton of the RTF style template
This class belongs to the tag processing. |
RtfText.java | Class | |
RtfTextrun.java | Class | Class which contains a linear text run. |
WhitespaceCollapser.java | Class | |