C# 클래스 iTextSharp.text.pdf.XfdfReader

상속: ISimpleXMLDocHandler
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
listFields System.Collections.Hashtable

공개 메소드들

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

메소드 상세

EndDocument() 공개 메소드

public EndDocument ( ) : void
리턴 void

EndElement() 공개 메소드

public EndElement ( String tag ) : void
tag String
리턴 void

GetField() 공개 메소드

public GetField ( String name ) : String
name String
리턴 String

GetFieldValue() 공개 메소드

public GetFieldValue ( String name ) : String
name String
리턴 String

GetListValues() 공개 메소드

public GetListValues ( String name ) : ArrayList
name String
리턴 System.Collections.ArrayList

StartDocument() 공개 메소드

public StartDocument ( ) : void
리턴 void

StartElement() 공개 메소드

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

Text() 공개 메소드

public Text ( String str ) : void
str String
리턴 void

XfdfReader() 공개 메소드

public XfdfReader ( String filename ) : System
filename String
리턴 System

XfdfReader() 공개 메소드

public XfdfReader ( byte xfdfIn ) : System
xfdfIn byte
리턴 System

프로퍼티 상세

listFields 보호되어 있는 프로퍼티

protected Hashtable,System.Collections listFields
리턴 System.Collections.Hashtable