Table of Contents

Namespace iTextSharp.text.rtf.document

Classes

RtfCodePage

The RtfCodePage class allows different code pages to be used in the rtf document. Currently always ansi / ansicpg1252 @author Mark Hall (Mark.Hall@mail.room3b.eu)

RtfDocument

The RtfDocument stores all document related data and also the main data stream. INTERNAL CLASS - NOT TO BE USED DIRECTLY @author Mark Hall (Mark.Hall@mail.room3b.eu) @author Todd Bush (Todd.Bush@canopysystems.com) [Tab support]

RtfDocumentHeader

The RtfDocumentHeader contains all classes required for the generation of the document header area. @author Mark Hall (Mark.Hall@mail.room3b.eu) @author Thomas Bickel (tmb99@inode.at)

RtfDocumentSettings

The RtfDocumentSettings contains output specific settings. These settings modify how the actual document is then generated and some settings may mean that some RTF readers can't read the document or render it wrongly. @author Mark Hall (Mark.Hall@mail.room3b.eu) @author Thomas Bickel (tmb99@inode.at)

RtfGenerator

The RtfGenerator creates the (*\generator ...} element. @author Howard Shank (hgshank@yahoo.com) @since 2.0.8

RtfInfoElement

Stores one information group element. Valid elements are author, title, subject, keywords, producer and creationdate. @author Mark Hall (Mark.Hall@mail.room3b.eu) @author Thomas Bickel (tmb99@inode.at)

RtfInfoGroup

The RtfInfoGroup stores information group elements. @author Mark Hall (Mark.Hall@mail.room3b.eu) @author Thomas Bickel (tmb99@inode.at)

RtfPageSetting

The RtfPageSetting stores the page size / page margins for a RtfDocument. INTERNAL CLASS - NOT TO BE USED DIRECTLY @version $Id: RtfPageSetting.cs,v 1.5 2008/05/16 19:30:51 psoares33 Exp $ @author Mark Hall (Mark.Hall@mail.room3b.eu) @author Thomas Bickel (tmb99@inode.at)

RtfProtection

RtfProtection See ECMA Specification for WordprocessingML documentProtection element. Reference: Standard ECMA-376 1st Edition / December 2006 Office Open XML File Formats @since 2.1.1 @author Howard Shank (hgshank@yahoo.com)

RtfProtectionSetting

The RtfProtectionSetting handles document protection elements @version $Id: RtfProtectionSetting.cs,v 1.2 2008/05/13 11:25:50 psoares33 Exp $ @author Howard Shank (hgshank@yahoo.com) @since 2.1.1