C# Class iTextSharp.text.pdf.XfdfReader

Inheritance: ISimpleXMLDocHandler
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Property Type Description
listFields System.Collections.Hashtable

Public Methods

Method Description
EndDocument ( ) : void
EndElement ( String tag ) : void
GetField ( String name ) : String
GetFieldValue ( String name ) : String
GetListValues ( String name ) : ArrayList
StartDocument ( ) : void
StartElement ( String tag, Hashtable h ) : void
Text ( String str ) : void
XfdfReader ( String filename ) : System
XfdfReader ( byte xfdfIn ) : System

Method Details

EndDocument() public method

public EndDocument ( ) : void
return void

EndElement() public method

public EndElement ( String tag ) : void
tag String
return void

GetField() public method

public GetField ( String name ) : String
name String
return String

GetFieldValue() public method

public GetFieldValue ( String name ) : String
name String
return String

GetListValues() public method

public GetListValues ( String name ) : ArrayList
name String
return System.Collections.ArrayList

StartDocument() public method

public StartDocument ( ) : void
return void

StartElement() public method

public StartElement ( String tag, Hashtable h ) : void
tag String
h System.Collections.Hashtable
return void

Text() public method

public Text ( String str ) : void
str String
return void

XfdfReader() public method

public XfdfReader ( String filename ) : System
filename String
return System

XfdfReader() public method

public XfdfReader ( byte xfdfIn ) : System
xfdfIn byte
return System

Property Details

listFields protected_oe property

protected Hashtable,System.Collections listFields
return System.Collections.Hashtable