| Home >> All >> org >> jfor |
| | org.jfor.jfor.* (135) |
Package Samples:
org.jfor.jfor.cocoon1
org.jfor.jfor.converter
org.jfor.jfor.interfaces
org.jfor.jfor.main
org.jfor.jfor.rtflib.exceptions
org.jfor.jfor.rtflib.rtfdoc
org.jfor.jfor.rtflib.testdocs
org.jfor.jfor.tools.jpeg
org.jfor.jfor.tools
org.jfor.jfor.tools.jpeg.encoder
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
DomToSaxAdapter: Walks a DOM document and fires (some) SAX events to simulate parsing of the original document. Written to use jfor with Cocoon 1.8. Only SAX events that are used by the jfor Converter class are implemented. Namespace URIs and local names are not implemented.
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.
Huffman: This class was modified by James R. Weeks on 3/27/98. It now incorporates Huffman table derivation as in the C jpeg library from the IJG, Jpeg-6a.
RtfBookmark: RTF Bookmark. Create an RTF bookmark as a child of given container with default attributes. This class belongs to the "id" attribute processing.
JpegInfo: JpegInfo - Given an image, sets default information about it and divides it into its constituant components, downsizing those that need to be.
DCT: DCT - A Java implementation of the Discreet Cosine Transform. This class incorporates quality scaling as implemented in the JPEG-6a library.
Converter: Main class for XSL:FO to RTF conversion, acts as a ContentHandler for the parser and dispatches SAX events to the appropriate IBuilders.
PageBuilder: Recognizes the simple-page-master xml:fo tag for specifying page and and margin size. Instantiates RtfPage through RtfPageArea.
ImageConstants: Here will be defined all supported image formats. This class belongs to the tag processing.
Cocoon1Formatter: Formatter for Cocoon 1.8 that takes an XSL:FO document as input and converts it to RTF using the jfor Converter.
TableContext: Used when handling fo:table to hold information common to several builders that collaborate to build the table.
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.
ImageUtil: Misc.utilities for images handling 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.
NullBuilder: An IBuilder that builds nothing, meant to be used for xsl:fo elements that must be ignored.
RtfColorTable: Singelton of the RTF color table. This class was created for tag processing.
Encoder: Encoder - The JPEG main program which performs a jpeg compression of an gif or tif image.
TextBuilder: Builds RtfText objects for fo:inline, also used by ParagraphBuilder to process text
| Home | Contact Us | Privacy Policy | Terms of Service |