Table of Contents

Namespace iTextSharp.text.rtf

Classes

RtfAddableElement

The RtfAddableElement is the superclass for all rtf specific elements that need to be added to an iText document. It is an extension of Chunk and it also implements RtfBasicElement. It is an abstract class thus it cannot be instantiated itself and has to be subclassed to be used. @version $Revision: 1.6 $ @author Mark Hall (Mark.Hall@mail.room3b.eu)

RtfElement

RtfElement is the base class for all RTF Element classes Version: $Id: RtfElement.cs,v 1.5 2008/05/16 19:30:14 psoares33 Exp $ @author Mark Hall (Mark.Hall@mail.room3b.eu)

RtfMapper

The RtfMapper provides mappings between com.lowagie.text.* classes and the corresponding com.lowagie.text.rtf.** classes. @version \(Version:\) @author Mark Hall (Mark.Hall@mail.room3b.eu)

RtfWriter2

The RtfWriter allows the creation of rtf documents via the iText system @author Mark Hall (Mark.Hall@mail.room3b.eu)

Interfaces

IEventListener
IRtfBasicElement
IRtfExtendedElement

The RtfExtendedElement interface is to be used for elements that also write data into the definition part of the rtf document @author Mark Hall (Mark.Hall@mail.room3b.eu)