Table of Contents

Class HtmlPeer

Namespace
iTextSharp.text.html
Assembly
iTextSharp.LGPLv2.Core.dll

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

public class HtmlPeer : XmlPeer
Inheritance
HtmlPeer
Inherited Members

Constructors

HtmlPeer(string, string)

Creates a XmlPeer.

public HtmlPeer(string name, string alias)

Parameters

name string

the iText name of the tag

alias string

the Html name of the tag

Methods

AddAlias(string, string)

Sets an alias for an attribute.

public override void AddAlias(string name, string attributeAlias)

Parameters

name string

the iText tagname

attributeAlias string

the custom tagname

GetAttributes(INullValueDictionary<string, string>)

@see com.lowagie.text.xml.XmlPeer#getAttributes(org.xml.sax.Attributes)

public override Properties GetAttributes(INullValueDictionary<string, string> attrs)

Parameters

attrs INullValueDictionary<string, string>

Returns

Properties