Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jfor.jfor.rtflib.rtfdoc: Javadoc index of package org.jfor.jfor.rtflib.rtfdoc.


Package Samples:

org.jfor.jfor.rtflib.rtfdoc

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
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.
RtfHeader: RTF file header, contains style, font and other document-level information.
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
RtfParagraph: Model of an RTF paragraph, which can contain RTF text elements.
RtfTableCell: A cell in an RTF table, container for paragraphs, lists, etc.
IRtfPageContainer: Interface for RtfElements that can contain RtfText elements
IRtfTextContainer: Interface for RtfElements that can contain RtfText elements
RtfListItem: Model of an RTF list item, which can contain RTF paragraphs
IRtfHyperLinkContainer: interface for RtfElements that can contain RtfHyperLinks
IRtfPageBreakContainer: Interface for RtfElements that can contain RtfPageBreaks
IRtfParagraphContainer: Interface for RtfElements that can contain RtfParagraphs

Home | Contact Us | Privacy Policy | Terms of Service