|
HiraokaHyperTools.iTextSharp-LGPL
0.3.0
|
This interface is implemented by the peer of all the iText objects. More...
Public Member Functions | |
| XmlPeer (String name, String alias) | |
| Creates a XmlPeer. More... | |
| virtual Properties | GetAttributes (Hashtable attrs) |
| Gets the list of attributes of the peer. More... | |
| virtual void | AddAlias (String name, String alias) |
| Sets an alias for an attribute. More... | |
| void | AddValue (String name, String value) |
| Sets a value for an attribute. More... | |
| String | GetName (String name) |
| Returns the iText attribute name. More... | |
Protected Attributes | |
| String | tagname |
| This is the name of the alias. More... | |
| String | customTagname |
| This is the name of the alias. More... | |
| Properties | attributeAliases = new Properties() |
| This is the Map that contains the aliases of the attributes. More... | |
| Properties | attributeValues = new Properties() |
| This is the Map that contains the default values of the attributes. More... | |
| String | defaultContent = null |
| This is String that contains the default content of the attributes. More... | |
Properties | |
| String | Tag [get] |
| Gets the tagname of the peer. More... | |
| String | Alias [get] |
| Gets the alias of the peer. More... | |
| string | Content [set] |
| Sets the default content. More... | |
| Properties | DefaultValues [get] |
| Returns the default values. More... | |
This interface is implemented by the peer of all the iText objects.
| iTextSharp.text.xml.XmlPeer.XmlPeer | ( | String | name, |
| String | alias | ||
| ) |
Creates a XmlPeer.
| name | |
| alias |
|
virtual |
Sets an alias for an attribute.
| name | the iText tagname |
| alias | the custom tagname |
Reimplemented in iTextSharp.text.html.HtmlPeer.
| void iTextSharp.text.xml.XmlPeer.AddValue | ( | String | name, |
| String | value | ||
| ) |
Sets a value for an attribute.
| name | the iText tagname |
| value | the default value for this tag |
|
virtual |
Gets the list of attributes of the peer.
Reimplemented in iTextSharp.text.html.HtmlPeer.
| String iTextSharp.text.xml.XmlPeer.GetName | ( | String | name | ) |
Returns the iText attribute name.
| name | the custom attribute name |
|
protected |
This is the Map that contains the aliases of the attributes.
|
protected |
This is the Map that contains the default values of the attributes.
|
protected |
This is the name of the alias.
|
protected |
This is String that contains the default content of the attributes.
|
protected |
This is the name of the alias.
|
get |
Gets the alias of the peer.
the alias of the peer
|
set |
Sets the default content.
the default content
|
get |
Returns the default values.
the default values
|
get |
Gets the tagname of the peer.
the tagname of the peer