C# 클래스 iTextSharp.text.xml.TagMap

The TagMap-class maps several XHTML-tags to iText-objects.
상속: System.Collections.Hashtable
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

공개 메소드들

메소드 설명
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