The ITextHandler type exposes the following members.

Constructors

  NameDescription
Public methodITextHandler(IDocListener)
Constructs a new iTextHandler that will translate all the events triggered by the parser to actions on the Document-object.
Public methodITextHandler(IDocListener, HtmlTagMap)
Public methodITextHandler(IDocListener, Hashtable)
Public methodITextHandler(IDocListener, HtmlTagMap, BaseFont)

Methods

  NameDescription
Protected methodAddImage
Public methodCharacters
This method gets called when characters are encountered.
(Overrides ParserBase..::..Characters(String, Int32, Int32).)
Public methodEndElement
This method gets called when an end tag is encountered.
(Overrides ParserBase..::..EndElement(String, String, String).)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHandleEndingTags
This method deals with the starting tags.
Public methodHandleStartingTags
This method deals with the starting tags.
Public methodIgnorableWhitespace
This method gets called when ignorable white space encountered.
Protected methodIsDocumentRoot
Checks if a certain tag corresponds with the roottag.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodParse(String)
Begins the process of processing an XML document
(Inherited from ParserBase.)
Public methodParse(XmlDocument) (Inherited from ParserBase.)
Public methodParse(XmlTextReader) (Inherited from ParserBase.)
Public methodSetControlOpenClose
Sets the parameter that allows you to enable/disable the control over the Document.Open() and Document.Close() method.
Public methodStartElement
This method gets called when a start tag is encountered.
(Overrides ParserBase..::..StartElement(String, String, String, Hashtable).)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected fieldchapters
Counts the number of chapters in this document.
Protected fieldcontrolOpenClose
This is a flag that can be set, if you want to open and close the Document-object yourself.
Protected fieldcurrentChunk
This is the current chunk to which characters can be added.
Protected fielddocument
This is the resulting document.
Protected fieldignore
This is the current chunk to which characters can be added.
Protected fieldmyTags
Protected fieldstack
This is a Stack of objects, waiting to be added to the document.

Properties

  NameDescription
Public propertyDefaultFont

See Also