Table of Contents

Namespace iTextSharp.text.rtf.parser.ctrlwords

Classes

RtfCtrlWordData

The control word and parameter information as parsed by the parser. Contains the control word, Flag indicating if there is a parameter. The parameter value as a string. Flag indicating the parameter is positive or negative. @author Howard Shank (hgshank@yahoo.com) @since 2.0.8

RtfCtrlWordHandler

RtfCtrlWordBase is the base class for all control word handlers to extend from. @author Howard Shank (hgshank@yahoo.com) @since 2.0.8

RtfCtrlWordMgr

RtfCtrlWordMgr handles the dispatching of control words from the table of known control words. @author Howard Shank (hgshank@yahoo.com) @since 2.0.8

RtfCtrlWordType

RtfCtrlWordType indicates the type of control word. RTF control words are divided up into: Destination, Flag, Value, Toggle, Symbol. Destination: The current destination for values and text to be sent. Flag: 0/1 value types. Represents true/false, on/off value types. Toggle: Flips a Flag value on/off. Value: an Integer value data type. (Exception: Some control words this is a long data value type) Symbol: Special RTF characters such as {, } and others. @author Howard Shank (hgshank@yahoo.com) @since 2.0.8

Interfaces

IRtfCtrlWordListener

RtfCtrlWordListener interface for handling events. @author Howard Shank (hgshank@yahoo.com)