HiraokaHyperTools.iTextSharp-LGPL
0.2.5
|
Public Member Functions | |
HtmlPeer (String name, String alias) | |
override void | AddAlias (String name, String alias) |
override Properties | GetAttributes (Hashtable attrs) |
![]() | |
XmlPeer (String name, String alias) | |
Creates a XmlPeer. More... | |
void | AddValue (String name, String value) |
Sets a value for an attribute. More... | |
String | GetName (String name) |
Returns the iText attribute name. More... | |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
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.html.HtmlPeer.HtmlPeer | ( | String | name, |
String | alias | ||
) |
Creates a XmlPeer.
name | the iText name of the tag |
alias | the Html name of the tag |
|
virtual |
Sets an alias for an attribute.
name | the iText tagname |
alias | the custom tagname |
Reimplemented from iTextSharp.text.xml.XmlPeer.
|
virtual |
Reimplemented from iTextSharp.text.xml.XmlPeer.