The ITextmyHtmlHandler type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ITextmyHtmlHandler(IDocListener) | |
![]() | ITextmyHtmlHandler(IDocListener, BaseFont) | |
![]() | ITextmyHtmlHandler(IDocListener, Hashtable) |
Methods
Name | Description | |
---|---|---|
![]() | AddImage | (Inherited from ITextHandler.) |
![]() | Characters |
This method gets called when characters are encountered.
(Inherited from ITextHandler.) |
![]() | EndElement | (Overrides ITextHandler..::..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.
(Inherited from ITextHandler.) |
![]() | HandleStartingTags |
This method deals with the starting tags.
(Inherited from ITextHandler.) |
![]() | IgnorableWhitespace |
This method gets called when ignorable white space encountered.
(Inherited from ITextHandler.) |
![]() | IsDocumentRoot |
Checks if a certain tag corresponds with the roottag.
(Inherited from ITextHandler.) |
![]() | 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.
(Inherited from ITextHandler.) |
![]() | StartElement | (Overrides ITextHandler..::..StartElement(String, String, String, Hashtable).) |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | chapters | Counts the number of chapters in this document. (Inherited from ITextHandler.) |
![]() | controlOpenClose | This is a flag that can be set, if you want to open and close the Document-object yourself. (Inherited from ITextHandler.) |
![]() | currentChunk | This is the current chunk to which characters can be added. (Inherited from ITextHandler.) |
![]() | document | This is the resulting document. (Inherited from ITextHandler.) |
![]() | ignore | This is the current chunk to which characters can be added. (Inherited from ITextHandler.) |
![]() | myTags | (Inherited from ITextHandler.) |
![]() | stack | This is a Stack of objects, waiting to be added to the document. (Inherited from ITextHandler.) |
Properties
Name | Description | |
---|---|---|
![]() | DefaultFont | (Inherited from ITextHandler.) |