Uses of Interface
com.lowagie.text.rtf.RtfExtendedElement
Packages that use RtfExtendedElement
Package
Description
-
Uses of RtfExtendedElement in com.lowagie.text.rtf.document
Classes in com.lowagie.text.rtf.document that implement RtfExtendedElementModifier and TypeClassDescriptionclass
The RtfCodePage class allows different code pages to be used in the rtf document.class
class
The RtfPageSetting stores the page size / page margins for a RtfDocument. -
Uses of RtfExtendedElement in com.lowagie.text.rtf.list
Classes in com.lowagie.text.rtf.list that implement RtfExtendedElementModifier and TypeClassDescriptionclass
The RtfList stores one List.class
The RtfListLevel is a listlevel object in a list.class
The RtfListTable manages all RtfList objects and list override table in one RtfDocument.class
The RtfPictureList2 manages the pictures for lists. -
Uses of RtfExtendedElement in com.lowagie.text.rtf.style
Classes in com.lowagie.text.rtf.style that implement RtfExtendedElementModifier and TypeClassDescriptionclass
The RtfColor stores one rtf color value for a rtf documentclass
The RtfColorList stores all colors that appear in the document.class
The RtfFont class stores one font for an rtf document.class
The RtfFontList stores the list of fonts used in the rtf document.class
The RtfParagraphStyle stores all style/formatting attributes of a RtfParagraph.class
The RtfStylesheetList stores the RtfParagraphStyles that are used in the document. -
Uses of RtfExtendedElement in com.lowagie.text.rtf.table
Classes in com.lowagie.text.rtf.table that implement RtfExtendedElementModifier and TypeClassDescriptionclass
The RtfCell wraps a Cell, but can also be added directly to a Table.