C# 클래스 iTextSharp.text.pdf.hyphenation.HyphenationTree

상속: TernaryTree, IPatternConsumer
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
classmap TernaryTree
stoplist List>.Dictionary
vspace ByteVector

공개 메소드들

메소드 설명
AddClass ( String chargroup ) : void
AddException ( String word, List hyphenatedword ) : void
AddPattern ( String pattern, String ivalue ) : void
FindPattern ( String pat ) : String
Hyphenate ( String word, int remainCharCount, int pushCharCount ) : Hyphenation
Hyphenate ( char w, int offset, int len, int remainCharCount, int pushCharCount ) : Hyphenation
HyphenationTree ( ) : System
LoadSimplePatterns ( Stream stream ) : void
PrintStats ( ) : void

보호된 메소드들

메소드 설명
GetValues ( int k ) : byte[]
Hstrcmp ( char s, int si, char t, int ti ) : int
PackValues ( String values ) : int
SearchPatterns ( char word, int index, byte il ) : void
UnpackValues ( int k ) : String

메소드 상세

AddClass() 공개 메소드

public AddClass ( String chargroup ) : void
chargroup String
리턴 void

AddException() 공개 메소드

public AddException ( String word, List hyphenatedword ) : void
word String
hyphenatedword List
리턴 void

AddPattern() 공개 메소드

public AddPattern ( String pattern, String ivalue ) : void
pattern String
ivalue String
리턴 void

FindPattern() 공개 메소드

public FindPattern ( String pat ) : String
pat String
리턴 String

GetValues() 보호된 메소드

protected GetValues ( int k ) : byte[]
k int
리턴 byte[]

Hstrcmp() 보호된 메소드

protected Hstrcmp ( char s, int si, char t, int ti ) : int
s char
si int
t char
ti int
리턴 int

Hyphenate() 공개 메소드

public Hyphenate ( String word, int remainCharCount, int pushCharCount ) : Hyphenation
word String
remainCharCount int
pushCharCount int
리턴 Hyphenation

Hyphenate() 공개 메소드

public Hyphenate ( char w, int offset, int len, int remainCharCount, int pushCharCount ) : Hyphenation
w char
offset int
len int
remainCharCount int
pushCharCount int
리턴 Hyphenation

HyphenationTree() 공개 메소드

public HyphenationTree ( ) : System
리턴 System

LoadSimplePatterns() 공개 메소드

public LoadSimplePatterns ( Stream stream ) : void
stream Stream
리턴 void

PackValues() 보호된 메소드

protected PackValues ( String values ) : int
values String
리턴 int

PrintStats() 공개 메소드

public PrintStats ( ) : void
리턴 void

SearchPatterns() 보호된 메소드

protected SearchPatterns ( char word, int index, byte il ) : void
word char
index int
il byte
리턴 void

UnpackValues() 보호된 메소드

protected UnpackValues ( int k ) : String
k int
리턴 String

프로퍼티 상세

classmap 보호되어 있는 프로퍼티

protected TernaryTree,iTextSharp.text.pdf.hyphenation classmap
리턴 TernaryTree

stoplist 보호되어 있는 프로퍼티

protected Dictionary> stoplist
리턴 List>.Dictionary

vspace 보호되어 있는 프로퍼티

protected ByteVector,iTextSharp.text.pdf.hyphenation vspace
리턴 ByteVector