The ITextHandler type exposes the following members.
 Constructors
Constructors
| Name | Description | |
|---|---|---|
|  | ITextHandler(IDocListener) | 
            Constructs a new iTextHandler that will translate all the events
            triggered by the parser to actions on the Document-object.
             | 
|  | ITextHandler(IDocListener, HtmlTagMap) | |
|  | ITextHandler(IDocListener, Hashtable) | |
|  | ITextHandler(IDocListener, HtmlTagMap, BaseFont) | 
 Methods
Methods
| Name | Description | |
|---|---|---|
|  | AddImage | |
|  | Characters | 
            This method gets called when characters are encountered.
            (Overrides ParserBase..::..Characters(String, Int32, Int32).) | 
|  | EndElement | 
            This method gets called when an end tag is encountered.
            (Overrides ParserBase..::..EndElement(String, String, String).) | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | 
                    Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
                (Inherited from Object.) | 
|  | GetHashCode | 
                    Serves as a hash function for a particular type. 
                (Inherited from Object.) | 
|  | GetType | 
                    Gets the Type of the current instance.
                (Inherited from Object.) | 
|  | HandleEndingTags | 
            This method deals with the starting tags.
             | 
|  | HandleStartingTags | 
            This method deals with the starting tags.
             | 
|  | IgnorableWhitespace | 
            This method gets called when ignorable white space encountered.
             | 
|  | IsDocumentRoot | 
            Checks if a certain tag corresponds with the roottag.
             | 
|  | MemberwiseClone | 
                    Creates a shallow copy of the current Object.
                (Inherited from Object.) | 
|  | Parse(String) | 
            Begins the process of processing an XML document
            (Inherited from ParserBase.) | 
|  | Parse(XmlDocument) | (Inherited from ParserBase.) | 
|  | Parse(XmlTextReader) | (Inherited from ParserBase.) | 
|  | SetControlOpenClose | 
            Sets the parameter that allows you to enable/disable the control over the Document.Open() and Document.Close() method.
             | 
|  | StartElement | 
            This method gets called when a start tag is encountered.
            (Overrides ParserBase..::..StartElement(String, String, String, Hashtable).) | 
|  | ToString | (Inherited from Object.) | 
 Fields
Fields
| Name | Description | |
|---|---|---|
|  | chapters |  Counts the number of chapters in this document.  | 
|  | controlOpenClose |  This is a flag that can be set, if you want to open and close the Document-object yourself.  | 
|  | currentChunk |  This is the current chunk to which characters can be added.  | 
|  | document |  This is the resulting document.  | 
|  | ignore |  This is the current chunk to which characters can be added.  | 
|  | myTags | |
|  | stack |  This is a Stack of objects, waiting to be added to the document.  | 
 Properties
Properties
| Name | Description | |
|---|---|---|
|  | DefaultFont | 





