All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description RtfAddableElement The RtfAddableElement is the superclass for all rtf specific elements that need to be added to an iText document.RtfAnchor The RtfAnchor is the RTF representation of an Anchor object.RtfAnnotation The RtfAnnotation provides support for adding Annotations to the rtf document.RtfBasicElement The RtfBasicElement interface defines the interface for elements that can be added to the RtfWriter.RtfBorder The RtfBorder handle one row or cell border.RtfBorderGroup The RtfBorderGroup represents a collection of RtfBorders to use in a RtfCell or RtfTable.RtfByteArrayBuffer A RtfByteArrayBuffer works much likeByteArrayOutputStream
but is cheaper and faster in most cases (exception: large writes when reusing buffers).RtfCell The RtfCell wraps a Cell, but can also be added directly to a Table.RtfChapter The RtfChapter wraps a Chapter element.RtfChunk The RtfChunk contains one piece of text.RtfCodePage The RtfCodePage class allows different code pages to be used in the rtf document.RtfColor The RtfColor stores one rtf color value for a rtf documentRtfColorList The RtfColorList stores all colors that appear in the document.RtfColorThemes Specifies the color theme values for use in Color Tables.RtfCtrlWordData The control word and parameter information as parsed by the parser.RtfCtrlWordHandler RtfCtrlWordBase
is the base class for all control word handlers to extend from.RtfCtrlWordListener RtfCtrlWordListener
interface for handling events.RtfCtrlWordMap RtfCtrlWords
handles the creation of the control word wiring.RtfCtrlWordMgr RtfCtrlWordMgr
handles the dispatching of control words from the table of known control words.RtfCtrlWordPropertyType RtfCtrlWordType RtfCtrlWordType
indicates the type of control word.RtfDataCache The RtfDataCache interface must be implemented by classes wishing to act as caches for the rtf document data.RtfDestination RtfDestination
is the base class for destinations according to the RTF Specification.RtfDestinationColorTable RtfDestinationColorTable
handles data destined for the color table destinationRtfDestinationDocument RtfDestinationDocument
handles data destined for the document destinationRtfDestinationFontTable RtfDestinationFontTable
handles data destined for the font table destinationRtfDestinationInfo RtfDestinationInfo
handles data destined for the info destinationRtfDestinationListener RtfDestinationListener
interface for handling events.RtfDestinationListTable RtfDestinationListTable
handles data destined for the List Table destinationRtfDestinationMgr RtfDestinationMgr
manages destination objects for the parserRtfDestinationNull RtfDestinationNull
is for discarded entries.RtfDestinationShppict RtfDestinationShppict
handles data destined for picture destinationsRtfDestinationStylesheetTable RtfDestinationStylesheetTable
handles data destined for the Stylesheet Table destinationRtfDirectContent The RtfDirectContent makes it possible to directly add RTF code into an RTF document.RtfDiskCache The RtfFileCache is a RtfDataCache that uses a temporary file to store the rtf document data.RtfDocument The RtfDocument stores all document related data and also the main data stream.RtfDocumentHeader The RtfDocumentHeader contains all classes required for the generation of the document header area.RtfDocumentSettings The RtfDocumentSettings contains output specific settings.RtfEfficientMemoryCache The RtfEfficientMemoryCache is an RtfDataCache that keeps the whole rtf document data in memory.RtfElement RtfElement is the base class for all RTF Element classesRtfExtendedElement The RtfExtendedElement interface is to be used for elements that also write data into the definition part of the rtf documentRtfField The RtfField class is an abstract base class for all rtf field functionality.RtfFont The RtfFont class stores one font for an rtf document.RtfFontList The RtfFontList stores the list of fonts used in the rtf document.RtfFootnote The RtfFootnote provides support for adding Footnotes to the rtf document.RtfFootnoteSetting RtfGenerator The RtfGenerator creates the (\*\generator ...} element.RtfHeaderFooter The RtfHeaderFooter represents one header or footer.RtfHeaderFooterGroup The RtfHeaderFooterGroup holds 0 - 3 RtfHeaderFooters that create a group of headers or footers.RtfImage The RtfImage contains one image.RtfImportMappings The RtfImportMappings make it possible to define font and color mappings when using the RtfWriter2.importRtfFragment method.RtfImportMgr The RtfImportHeader stores the document header information from an RTF document that is being imported.RtfInfoElement Stores one information group element.RtfInfoGroup The RtfInfoGroup stores information group elements.RtfList The RtfList stores one List.RtfListItem The RtfListItem acts as a wrapper for a ListItem.RtfListLevel The RtfListLevel is a listlevel object in a list.RtfListTable The RtfListTable manages all RtfList objects and list override table in one RtfDocument.RtfMapper The RtfMapper provides mappings between com.lowagie.text.* classes and the corresponding com.lowagie.text.rtf.** classes.RtfMemoryCache The RtfMemoryCache is an RtfDataCache that keeps the whole rtf document data in memory.RtfNewPage The RtfNewPage creates a new page.RtfNilOutputStream The RtfNilOutputStream is a dummy output stream that sends all bytes to the big byte bucket in the sky.RtfPageNumber The RtfPageNumber provides the page number field in rtf documents.RtfPageSetting The RtfPageSetting stores the page size / page margins for a RtfDocument.RtfParagraph The RtfParagraph is an extension of the RtfPhrase that adds alignment and indentation properties.RtfParagraphStyle The RtfParagraphStyle stores all style/formatting attributes of a RtfParagraph.RtfParser The RtfParser allows the importing of RTF documents or RTF document fragments.RtfParserException RtfParserException
is the exception object thrown by the parserRtfParserState TheRtfParserState
contains the state information for the parser.RtfPhrase The RtfPhrase contains multiple RtfChunksRtfPictureList The RtfPictureList2 manages the pictures for lists.RtfProperty RtfProperty
handles document, paragraph, etc.RtfPropertyListener RtfPropertyListener
interface for handling events.RtfProtection RtfProtection
RtfProtectionSetting The RtfProtectionSetting handles document protection elementsRtfRow The RtfRow wraps one Row for a RtfTable.RtfSection The RtfSection wraps a Section element.RtfShape The RtfShape provides the interface for adding shapes to the RTF document.RtfShapePosition The RtfShapePosition stores position and ordering information for one RtfShape.RtfShapeProperty The RtfShapeProperty stores all shape properties that are not handled by the RtfShape and RtfShapePosition.
There is a huge selection of properties that can be set.RtfStylesheetList The RtfStylesheetList stores the RtfParagraphStyles that are used in the document.RtfStyleTypes RtfStyleTypes
contains the different types of Stylesheet entries that exist in RTF.RtfTab The RtfTab encapsulates a tab position and tab type in a paragraph.RtfTabGroup The RtfTabGroup is a convenience class if the same tabs are to be added to multiple paragraphs.
RtfTabGroup tabs = new RtfTabGroup();
tabs.add(new RtfTab(70, RtfTab.TAB_LEFT_ALIGN));
tabs.add(new RtfTab(160, RtfTab.TAB_CENTER_ALIGN));
tabs.add(new RtfTab(250, RtfTab.TAB_DECIMAL_ALIGN));
tabs.add(new RtfTab(500, RtfTab.TAB_RIGHT_ALIGN));
Paragraph para = new Paragraph();
para.add(tabs);
para.add("\tLeft aligned\tCentre aligned\t12,45\tRight aligned");RtfTable The RtfTable wraps a Table.RtfTableOfContents The RtfTableOfContents together with multiple RtfTOCEntry objects generates a table of contents.RtfTOCEntry The RtfTOCEntry is used together with the RtfTableOfContents to generate a table of contents.RtfTotalPageNumber The RtfTotalPageNumber provides the total number of pages field in rtf documents.RtfUnknownCtrlWordException RtfWriter2 The RtfWriter allows the creation of rtf documents via the iText system Version: $Id: RtfWriter2.java 4065 2009-09-16 23:09:11Z psoares33 $