Table of Contents

Namespace iTextSharp.text.rtf.parser.destinations

Classes

RtfDestination

RtfDestination is the base class for destinations according to the RTF Specification. All destinations must extend from this class. @author Howard Shank (hgshank@yahoo.com @since 2.0.8

RtfDestinationColorTable

RtfDestinationColorTable handles data destined for the color table destination @author Howard Shank (hgshank@yahoo.com) @since 2.0.8

RtfDestinationDocument

RtfDestinationDocument handles data destined for the document destination @author Howard Shank (hgshank@yahoo.com)

RtfDestinationFontTable

RtfDestinationFontTable handles data destined for the font table destination @author Howard Shank (hgshank@yahoo.com) @since 2.0.8

RtfDestinationInfo

RtfDestinationInfo handles data destined for the info destination @author Howard Shank (hgshank@yahoo.com) @since 2.0.8

RtfDestinationListTable

RtfDestinationListTable handles data destined for the List Table destination @author Howard Shank (hgshank@yahoo.com)

RtfDestinationMgr

RtfDestinationMgr manages destination objects for the parser @author Howard Shank (hgshank@yahoo.com) @since 2.0.8

RtfDestinationNull

RtfDestinationNull is for discarded entries. They go nowhere. If a control word destination is unknown or ignored, this is the destination that should be set. All methods return true indicating they were handled. This is a unique destination in that it is a singleton. @author Howard Shank (hgshank@yahoo.com) @since 2.0.8

RtfDestinationShppict

RtfDestinationShppict handles data destined for picture destinations @author Howard Shank (hgshank@yahoo.com) @since 2.0.8

RtfDestinationStylesheetTable

RtfDestinationStylesheetTable handles data destined for the Stylesheet Table destination @author Howard Shank (hgshank@yahoo.com)

Interfaces

IRtfDestinationListener

RtfDestinationListener interface for handling events. @author Howard Shank (hgshank@yahoo.com) @since 2.0.8