The ITextmyHtmlHandler type exposes the following members.

Constructors

Methods

  NameDescription
Protected methodAddImage (Inherited from ITextHandler.)
Public methodCharacters
This method gets called when characters are encountered.
(Inherited from ITextHandler.)
Public methodEndElement (Overrides ITextHandler..::..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.
(Inherited from ITextHandler.)
Public methodHandleStartingTags
This method deals with the starting tags.
(Inherited from ITextHandler.)
Public methodIgnorableWhitespace
This method gets called when ignorable white space encountered.
(Inherited from ITextHandler.)
Protected methodIsDocumentRoot
Checks if a certain tag corresponds with the roottag.
(Inherited from ITextHandler.)
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.
(Inherited from ITextHandler.)
Public methodStartElement (Overrides ITextHandler..::..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.
(Inherited from ITextHandler.)
Protected fieldcontrolOpenClose
This is a flag that can be set, if you want to open and close the Document-object yourself.
(Inherited from ITextHandler.)
Protected fieldcurrentChunk
This is the current chunk to which characters can be added.
(Inherited from ITextHandler.)
Protected fielddocument
This is the resulting document.
(Inherited from ITextHandler.)
Protected fieldignore
This is the current chunk to which characters can be added.
(Inherited from ITextHandler.)
Protected fieldmyTags (Inherited from ITextHandler.)
Protected fieldstack
This is a Stack of objects, waiting to be added to the document.
(Inherited from ITextHandler.)

Properties

  NameDescription
Public propertyDefaultFont (Inherited from ITextHandler.)

See Also