| Home >> All >> org >> jfor >> jfor >> rtflib |
| | org.jfor.jfor.rtflib.exceptions.* (2) | | org.jfor.jfor.rtflib.rtfdoc.* (61) |
| | org.jfor.jfor.rtflib.testdocs.* (14) |
Package Samples:
org.jfor.jfor.rtflib.exceptions
org.jfor.jfor.rtflib.rtfdoc
org.jfor.jfor.rtflib.testdocs
Classes:
RtfExternalGraphic: Creates an RTF image from an external graphic file. This class belongs to the tag processing. Supports relative path like "../test.gif", too (01-08-24) Limitations: Only the image types PNG, JPEG and EMF are supported The GIF is supported, too, but will be converted to JPG Only the attributes SRC (required), WIDTH, HEIGHT, SCALING are supported The SCALING attribute supports (uniform | non-uniform) Known Bugs: If the emf image has a desired size, the image will be clipped The emf, jpg & png image will not be displayed in correct size
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
DummyTableColumnsInfo: ITableColumnsInfo that does nothing, used in testodcs package to create documents without worrying about nested tables handling. Might need to be replaced by more complete version in some sample documents created by this package.
RtfListTable: 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. Adobe FrameMaker read lists from RTF.
RtfBookmarkContainerImpl: RTF Bookmark container implementation. Nearly all containers or elements can have a bookmark, that is why the bookmark container is implemented as stand alone.
RtfBookmark: RTF Bookmark. Create an RTF bookmark as a child of given container with default attributes. This class belongs to the "id" attribute processing.
RtfStyleSheetTable: Singelton of the RTF style sheet table. This class belongs to the tag processing.
RtfTemplate: Singelton of the RTF style template This class belongs to the tag processing.
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
RtfPage: Specifies rtf control words. Is the container for page attributes. Overrides okToWriteRtf.
RtfColorTable: Singelton of the RTF color table. This class was created for tag processing.
RtfHyperLink: Creates an hyperlink. This class belongs to the tag processing.
NestedTable: Generates an RTF document to test nested tables with the jfor rtflib package.
TestDocument: Base class for generating RTF documents used to test the jfor rtflib package.
RtfHeader: RTF file header, contains style, font and other document-level information.
RtfStructureException: Thrown when a method call would lead to an invalid RTF document structure.
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
IRtfExternalGraphicContainer: Interface for containers that can hold RtfExternalGraphic objects
ListInTable: Generates a simple RTF test document for the jfor rtflib package.
ParagraphAlignment: Generates a simple RTF test document for the jfor rtflib package.
SimpleDocument: Generates a simple RTF test document for the jfor rtflib package.
SimpleLists: Generates a simple RTF test document for the jfor rtflib package.
| Home | Contact Us | Privacy Policy | Terms of Service |