The HtmlPeer type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| AddAlias | (Overrides XmlPeer..::..AddAlias(String, String).) | |
| AddValue |
Sets a value for an attribute.
(Inherited from XmlPeer.) | |
| 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.) | |
| GetAttributes | (Overrides XmlPeer..::..GetAttributes(Hashtable).) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetName |
Returns the iText attribute name.
(Inherited from XmlPeer.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| attributeAliases | This is the Map that contains the aliases of the attributes. (Inherited from XmlPeer.) | |
| attributeValues | This is the Map that contains the default values of the attributes. (Inherited from XmlPeer.) | |
| customTagname | This is the name of the alias. (Inherited from XmlPeer.) | |
| defaultContent | This is String that contains the default content of the attributes. (Inherited from XmlPeer.) | |
| tagname | This is the name of the alias. (Inherited from XmlPeer.) |
Properties
| Name | Description | |
|---|---|---|
| Alias |
Gets the alias of the peer.
(Inherited from XmlPeer.) | |
| Content |
Sets the default content.
(Inherited from XmlPeer.) | |
| DefaultValues |
Returns the default values.
(Inherited from XmlPeer.) | |
| Tag |
Gets the tagname of the peer.
(Inherited from XmlPeer.) |