C# Class iTextSharp.text.pdf.XfdfReader

Inheritance: ISimpleXMLDocHandler
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Свойство Type Description
listFields System.Collections.Hashtable

Méthodes publiques

Méthode 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 méthode

public EndDocument ( ) : void
Résultat void

EndElement() public méthode

public EndElement ( String tag ) : void
tag String
Résultat void

GetField() public méthode

public GetField ( String name ) : String
name String
Résultat String

GetFieldValue() public méthode

public GetFieldValue ( String name ) : String
name String
Résultat String

GetListValues() public méthode

public GetListValues ( String name ) : ArrayList
name String
Résultat System.Collections.ArrayList

StartDocument() public méthode

public StartDocument ( ) : void
Résultat void

StartElement() public méthode

public StartElement ( String tag, Hashtable h ) : void
tag String
h System.Collections.Hashtable
Résultat void

Text() public méthode

public Text ( String str ) : void
str String
Résultat void

XfdfReader() public méthode

public XfdfReader ( String filename ) : System
filename String
Résultat System

XfdfReader() public méthode

public XfdfReader ( byte xfdfIn ) : System
xfdfIn byte
Résultat System

Property Details

listFields protected_oe property

protected Hashtable,System.Collections listFields
Résultat System.Collections.Hashtable