HiraokaHyperTools.iTextSharp-LGPL  0.2.5
iTextSharp.text.html.HtmlPeer Class Reference
Inheritance diagram for iTextSharp.text.html.HtmlPeer:
iTextSharp.text.xml.XmlPeer

Public Member Functions

 HtmlPeer (String name, String alias)
 
override void AddAlias (String name, String alias)
 
override Properties GetAttributes (Hashtable attrs)
 
- Public Member Functions inherited from iTextSharp.text.xml.XmlPeer
 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

- Protected Attributes inherited from iTextSharp.text.xml.XmlPeer
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 inherited from iTextSharp.text.xml.XmlPeer
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...
 

Detailed Description

This interface is implemented by the peer of all the iText objects.

Constructor & Destructor Documentation

◆ HtmlPeer()

iTextSharp.text.html.HtmlPeer.HtmlPeer ( String  name,
String  alias 
)

Creates a XmlPeer.

Parameters
namethe iText name of the tag
aliasthe Html name of the tag

Member Function Documentation

◆ AddAlias()

override void iTextSharp.text.html.HtmlPeer.AddAlias ( String  name,
String  alias 
)
virtual

Sets an alias for an attribute.

Parameters
namethe iText tagname
aliasthe custom tagname

Reimplemented from iTextSharp.text.xml.XmlPeer.

◆ GetAttributes()

override Properties iTextSharp.text.html.HtmlPeer.GetAttributes ( Hashtable  attrs)
virtual
See also
com.lowagie.text.xml.XmlPeer::getAttributes(org.xml.sax.Attributes)

Reimplemented from iTextSharp.text.xml.XmlPeer.


The documentation for this class was generated from the following file: