Class HtmlPeer

java.lang.Object
com.aowagie.text.xml.XmlPeer
com.aowagie.text.html.HtmlPeer

class HtmlPeer extends XmlPeer
This interface is implemented by the peer of all the iText objects.
  • Constructor Details

    • HtmlPeer

      HtmlPeer(String name, String alias)
      Creates a XmlPeer.
      Parameters:
      name - the iText name of the tag
      alias - the Html name of the tag
  • Method Details