Uses of Interface
com.lowagie.text.RtfElementInterface

Packages that use RtfElementInterface
com.lowagie.text.rtf   
com.lowagie.text.rtf.direct   
com.lowagie.text.rtf.document   
com.lowagie.text.rtf.field   
com.lowagie.text.rtf.graphic   
com.lowagie.text.rtf.headerfooter   
com.lowagie.text.rtf.list   
com.lowagie.text.rtf.style   
com.lowagie.text.rtf.table   
com.lowagie.text.rtf.text   
 

Uses of RtfElementInterface in com.lowagie.text.rtf
 

Subinterfaces of RtfElementInterface in com.lowagie.text.rtf
 interface RtfBasicElement
          The RtfBasicElement interface defines the interface for elements that can be added to the RtfWriter.
 interface RtfExtendedElement
          The RtfExtendedElement interface is to be used for elements that also write data into the definition part of the rtf document
 

Classes in com.lowagie.text.rtf that implement RtfElementInterface
 class RtfAddableElement
          The RtfAddableElement is the superclass for all rtf specific elements that need to be added to an iText document.
 class RtfElement
          RtfElement is the base class for all RTF Element classes
 

Uses of RtfElementInterface in com.lowagie.text.rtf.direct
 

Classes in com.lowagie.text.rtf.direct that implement RtfElementInterface
 class RtfDirectContent
          The RtfDirectContent makes it possible to directly add RTF code into an RTF document.
 

Uses of RtfElementInterface in com.lowagie.text.rtf.document
 

Classes in com.lowagie.text.rtf.document that implement RtfElementInterface
 class RtfCodePage
          The RtfCodePage class allows different code pages to be used in the rtf document.
 class RtfDocument
          The RtfDocument stores all document related data and also the main data stream.
 class RtfDocumentHeader
          The RtfDocumentHeader contains all classes required for the generation of the document header area.
 class RtfGenerator
          The RtfGenerator creates the (\*\generator ...} element.
 class RtfInfoElement
          Stores one information group element.
 class RtfInfoGroup
          The RtfInfoGroup stores information group elements.
 class RtfPageSetting
          The RtfPageSetting stores the page size / page margins for a RtfDocument.
 class RtfProtectionSetting
          The RtfProtectionSetting handles document protection elements
 

Uses of RtfElementInterface in com.lowagie.text.rtf.field
 

Classes in com.lowagie.text.rtf.field that implement RtfElementInterface
 class RtfAnchor
          The RtfAnchor is the RTF representation of an Anchor object.
 class RtfField
          The RtfField class is an abstract base class for all rtf field functionality.
 class RtfPageNumber
          The RtfPageNumber provides the page number field in rtf documents.
 class RtfTableOfContents
          The RtfTableOfContents together with multiple RtfTOCEntry objects generates a table of contents.
 class RtfTOCEntry
          The RtfTOCEntry is used together with the RtfTableOfContents to generate a table of contents.
 class RtfTotalPageNumber
          The RtfTotalPageNumber provides the total number of pages field in rtf documents.
 

Uses of RtfElementInterface in com.lowagie.text.rtf.graphic
 

Classes in com.lowagie.text.rtf.graphic that implement RtfElementInterface
 class RtfImage
          The RtfImage contains one image.
 class RtfShape
          The RtfShape provides the interface for adding shapes to the RTF document.
 class RtfShapePosition
          The RtfShapePosition stores position and ordering information for one RtfShape.
 class 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.
 

Uses of RtfElementInterface in com.lowagie.text.rtf.headerfooter
 

Classes in com.lowagie.text.rtf.headerfooter that implement RtfElementInterface
 class RtfHeaderFooter
          The RtfHeaderFooter represents one header or footer.
 class RtfHeaderFooterGroup
          The RtfHeaderFooterGroup holds 0 - 3 RtfHeaderFooters that create a group of headers or footers.
 

Uses of RtfElementInterface in com.lowagie.text.rtf.list
 

Classes in com.lowagie.text.rtf.list that implement RtfElementInterface
 class RtfList
          The RtfList stores one List.
 class RtfListItem
          The RtfListItem acts as a wrapper for a ListItem.
 class RtfListLevel
          The RtfListLevel is a listlevel object in a list.
 class RtfListTable
          The RtfListTable manages all RtfList objects and list override table in one RtfDocument.
 class RtfPictureList
          The RtfPictureList2 manages the pictures for lists.
 

Uses of RtfElementInterface in com.lowagie.text.rtf.style
 

Classes in com.lowagie.text.rtf.style that implement RtfElementInterface
 class RtfColor
          The RtfColor stores one rtf color value for a rtf document
 class RtfColorList
          The RtfColorList stores all colors that appear in the document.
 class RtfFont
          The RtfFont class stores one font for an rtf document.
 class RtfFontList
          The RtfFontList stores the list of fonts used in the rtf document.
 class RtfParagraphStyle
          The RtfParagraphStyle stores all style/formatting attributes of a RtfParagraph.
 class RtfStylesheetList
          The RtfStylesheetList stores the RtfParagraphStyles that are used in the document.
 

Uses of RtfElementInterface in com.lowagie.text.rtf.table
 

Classes in com.lowagie.text.rtf.table that implement RtfElementInterface
 class RtfBorder
          The RtfBorder handle one row or cell border.
 class RtfBorderGroup
          The RtfBorderGroup represents a collection of RtfBorders to use in a RtfCell or RtfTable.
 class RtfCell
          The RtfCell wraps a Cell, but can also be added directly to a Table.
 class RtfRow
          The RtfRow wraps one Row for a RtfTable.
 class RtfTable
          The RtfTable wraps a Table.
 

Uses of RtfElementInterface in com.lowagie.text.rtf.text
 

Classes in com.lowagie.text.rtf.text that implement RtfElementInterface
 class RtfAnnotation
          The RtfAnnotation provides support for adding Annotations to the rtf document.
 class RtfChapter
          The RtfChapter wraps a Chapter element.
 class RtfChunk
          The RtfChunk contains one piece of text.
 class RtfNewPage
          The RtfNewPage creates a new page.
 class RtfParagraph
          The RtfParagraph is an extension of the RtfPhrase that adds alignment and indentation properties.
 class RtfPhrase
          The RtfPhrase contains multiple RtfChunks
 class RtfSection
          The RtfSection wraps a Section element.
 class RtfTab
          The RtfTab encapsulates a tab position and tab type in a paragraph.
 class 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");
 



Copyright © 2012. All Rights Reserved.