Package com.lowagie.text.rtf
Interface Summary |
RtfBasicElement |
The RtfBasicElement interface defines the interface for elements that can
be added to the RtfWriter.
|
RtfExtendedElement |
The RtfExtendedElement interface is to be used for elements that also
write data into the definition part of the rtf document
Version: $Id: RtfExtendedElement.java,v 1.16 2005/05/04 14:33:37 blowagie Exp $ |
RtfField |
This interface should mark classes, that can be represented
as RTF fields, such as pagenumber, toc entries and so on.
|
Class Summary |
AbstractRtfField |
This class implements an abstract RtfField.
|
GenericRtfField |
This class implements a generic RtfField.
|
RtfAddableElement |
The RtfAddableElement is the superclass for all rtf specific elements
that need to be added to an iText document. |
RtfCell |
A Helper Class for the RtfWriter .
|
RtfElement |
RtfElement is the base class for all RTF Element classes
Version: $Id: RtfElement.java,v 1.8 2004/12/14 15:14:44 blowagie Exp $ |
RtfFont |
The RtfFont class enables you to add arbitrary Fonts to a rtf document by specifying
the font name you want to have. |
RtfHeaderFooter |
This HeaderFooter specialization extends the normal HeaderFooter impl.
by the new ctor with 'Element' param.
|
RtfHeaderFooters |
This HeaderFooter specialization contains some headers or footers for several
pages. |
RtfMapper |
The RtfMapper provides mappings between com.lowagie.text.* classes
and the corresponding com.lowagie.text.rtf.** classes.
|
RtfPageNumber |
A rtf page number field.
|
RtfRow |
A Helper Class for the RtfWriter .
|
RtfTable |
A Helper Class for the RtfWriter .
|
RtfTableCell |
A Cell with extended style attributes
ONLY FOR USE WITH THE RtfWriter NOT with the RtfWriter2. |
RtfTOC |
This class can be used to insert a table of contents into
the RTF document.
|
RtfTOCEntry |
This class can be used to insert entries for a table of contents into
the RTF document.
|
RtfWriter |
If you are creating a new project using the rtf part of iText, please
consider using the new RtfWriter2. |
RtfWriter2 |
The RtfWriter allows the creation of rtf documents via the iText system
Version: $Id: RtfWriter2.java,v 1.19 2007/02/23 22:28:28 xlv Exp $ |