Class HtmlPeer
java.lang.Object
com.aowagie.text.xml.XmlPeer
com.aowagie.text.html.HtmlPeer
This interface is implemented by the peer of all the iText objects.
-
Field Summary
Fields inherited from class XmlPeer
attributeAliases, attributeValues, defaultContent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidSets an alias for an attribute.getAttributes(Attributes attrs) Gets the list of attributes of the peer.Methods inherited from class XmlPeer
addValue, getAlias, getDefaultValues, getName, getTag, setContent
-
Constructor Details
-
HtmlPeer
-
-
Method Details
-
addAlias
-
getAttributes
Description copied from class:XmlPeerGets the list of attributes of the peer.- Overrides:
getAttributesin classXmlPeer- Parameters:
attrs- the user defined set of attributes- Returns:
- the set of attributes translated to iText attributes
- See Also:
-