Class HtmlPeer

java.lang.Object
org.openpdf.text.xml.XmlPeer
org.openpdf.text.html.HtmlPeer

@Deprecated(since="2.1.0") public class HtmlPeer extends XmlPeer
Deprecated.
This interface is implemented by the peer of all the iText objects.
  • Constructor Details

    • HtmlPeer

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