Property | Type | Description | |
---|---|---|---|
attributeAliases | |||
attributeValues | |||
customTagname | String | ||
defaultContent | String | ||
tagname | String |
Method | Description | |
---|---|---|
AddAlias ( String name, String alias ) : void |
Sets an alias for an attribute.
|
|
AddValue ( String name, String value ) : void |
Sets a value for an attribute.
|
|
GetAttributes ( |
Gets the list of attributes of the peer.
|
|
GetName ( String name ) : String |
Returns the iText attribute name.
|
|
XmlPeer ( String name, String alias ) : System |
Creates a XmlPeer.
|
public AddAlias ( String name, String alias ) : void | ||
name | String | the iText tagname |
alias | String | the custom tagname |
return | void |
public AddValue ( String name, String value ) : void | ||
name | String | the iText tagname |
value | String | the default value for this tag |
return | void |
public GetAttributes ( |
||
attrs | ||
return |
public GetName ( String name ) : String | ||
name | String | the custom attribute name |
return | String |
public XmlPeer ( String name, String alias ) : System | ||
name | String | |
alias | String | |
return | System |
protected Properties,System.util attributeAliases | ||
return |
protected Properties,System.util attributeValues | ||
return |