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

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

보호된 프로퍼티들

프로퍼티 타입 설명
file RandomAccessFileOrArray
generation int
hexString bool
reference int
stringValue string
type int

공개 메소드들

메소드 설명
BackOnePosition ( int ch ) : void
CheckFdfHeader ( ) : void
CheckObjectStart ( byte line ) : int[]
CheckPdfHeader ( ) : char
Close ( ) : void
GetHex ( int v ) : int
IsDelimiter ( int ch ) : bool
IsHexString ( ) : bool
IsWhitespace ( int ch ) : bool
NextToken ( ) : bool
NextValidToken ( ) : void
PRTokeniser ( RandomAccessFileOrArray file ) : System
PRTokeniser ( byte pdfIn ) : System
PRTokeniser ( string filename ) : System
Read ( ) : int
ReadLineSegment ( byte input ) : bool
ReadString ( int size ) : string
Seek ( int pos ) : void
ThrowError ( string error ) : void

메소드 상세

BackOnePosition() 공개 메소드

public BackOnePosition ( int ch ) : void
ch int
리턴 void

CheckFdfHeader() 공개 메소드

public CheckFdfHeader ( ) : void
리턴 void

CheckObjectStart() 공개 정적인 메소드

public static CheckObjectStart ( byte line ) : int[]
line byte
리턴 int[]

CheckPdfHeader() 공개 메소드

public CheckPdfHeader ( ) : char
리턴 char

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetHex() 공개 정적인 메소드

public static GetHex ( int v ) : int
v int
리턴 int

IsDelimiter() 공개 정적인 메소드

public static IsDelimiter ( int ch ) : bool
ch int
리턴 bool

IsHexString() 공개 메소드

public IsHexString ( ) : bool
리턴 bool

IsWhitespace() 공개 정적인 메소드

public static IsWhitespace ( int ch ) : bool
ch int
리턴 bool

NextToken() 공개 메소드

public NextToken ( ) : bool
리턴 bool

NextValidToken() 공개 메소드

public NextValidToken ( ) : void
리턴 void

PRTokeniser() 공개 메소드

public PRTokeniser ( RandomAccessFileOrArray file ) : System
file RandomAccessFileOrArray
리턴 System

PRTokeniser() 공개 메소드

public PRTokeniser ( byte pdfIn ) : System
pdfIn byte
리턴 System

PRTokeniser() 공개 메소드

public PRTokeniser ( string filename ) : System
filename string
리턴 System

Read() 공개 메소드

public Read ( ) : int
리턴 int

ReadLineSegment() 공개 메소드

public ReadLineSegment ( byte input ) : bool
input byte
리턴 bool

ReadString() 공개 메소드

public ReadString ( int size ) : string
size int
리턴 string

Seek() 공개 메소드

public Seek ( int pos ) : void
pos int
리턴 void

ThrowError() 공개 메소드

public ThrowError ( string error ) : void
error string
리턴 void

프로퍼티 상세

file 보호되어 있는 프로퍼티

protected RandomAccessFileOrArray,iTextSharp.text.pdf file
리턴 RandomAccessFileOrArray

generation 보호되어 있는 프로퍼티

protected int generation
리턴 int

hexString 보호되어 있는 프로퍼티

protected bool hexString
리턴 bool

reference 보호되어 있는 프로퍼티

protected int reference
리턴 int

stringValue 보호되어 있는 프로퍼티

protected string stringValue
리턴 string

type 보호되어 있는 프로퍼티

protected int type
리턴 int