C# Класс iTextSharp.text.xml.TagMap

The TagMap-class maps several XHTML-tags to iText-objects.
Наследование: System.Collections.Hashtable
Показать файл Открыть проект

Открытые методы

Метод Описание
TagMap ( String tagfile ) : System

Constructs a Tagmap object

TagMap ( XmlDocument xTagfile ) : System

Constructs a Tagmap object

Защищенные методы

Метод Описание
Init ( XmlDocument xTagfile ) : void

Parses the xml document

Init ( string tagfile ) : void

Parses the xml document

Описание методов

Init() защищенный Метод

Parses the xml document
protected Init ( XmlDocument xTagfile ) : void
xTagfile System.Xml.XmlDocument
Результат void

Init() защищенный Метод

Parses the xml document
protected Init ( string tagfile ) : void
tagfile string
Результат void

TagMap() публичный Метод

Constructs a Tagmap object
public TagMap ( String tagfile ) : System
tagfile String the file of tags to parse
Результат System

TagMap() публичный Метод

Constructs a Tagmap object
public TagMap ( XmlDocument xTagfile ) : System
xTagfile System.Xml.XmlDocument
Результат System