C# Class iTextSharp.text.xml.TagMap

The TagMap-class maps several XHTML-tags to iText-objects.
Inheritance: System.Collections.Hashtable
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6

Méthodes publiques

Méthode Description
TagMap ( String tagfile ) : System

Constructs a Tagmap object

TagMap ( XmlDocument xTagfile ) : System

Constructs a Tagmap object

Méthodes protégées

Méthode Description
Init ( XmlDocument xTagfile ) : void

Parses the xml document

Init ( string tagfile ) : void

Parses the xml document

Method Details

Init() protected méthode

Parses the xml document
protected Init ( XmlDocument xTagfile ) : void
xTagfile System.Xml.XmlDocument
Résultat void

Init() protected méthode

Parses the xml document
protected Init ( string tagfile ) : void
tagfile string
Résultat void

TagMap() public méthode

Constructs a Tagmap object
public TagMap ( String tagfile ) : System
tagfile String the file of tags to parse
Résultat System

TagMap() public méthode

Constructs a Tagmap object
public TagMap ( XmlDocument xTagfile ) : System
xTagfile System.Xml.XmlDocument
Résultat System