C# Class iTextSharp.text.pdf.hyphenation.HyphenationTree

Inheritance: TernaryTree, IPatternConsumer
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство Type Description
classmap TernaryTree
stoplist List>.Dictionary
vspace ByteVector

Méthodes publiques

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

Méthodes protégées

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

Method Details

AddClass() public méthode

public AddClass ( String chargroup ) : void
chargroup String
Résultat void

AddException() public méthode

public AddException ( String word, List hyphenatedword ) : void
word String
hyphenatedword List
Résultat void

AddPattern() public méthode

public AddPattern ( String pattern, String ivalue ) : void
pattern String
ivalue String
Résultat void

FindPattern() public méthode

public FindPattern ( String pat ) : String
pat String
Résultat String

GetValues() protected méthode

protected GetValues ( int k ) : byte[]
k int
Résultat byte[]

Hstrcmp() protected méthode

protected Hstrcmp ( char s, int si, char t, int ti ) : int
s char
si int
t char
ti int
Résultat int

Hyphenate() public méthode

public Hyphenate ( String word, int remainCharCount, int pushCharCount ) : Hyphenation
word String
remainCharCount int
pushCharCount int
Résultat Hyphenation

Hyphenate() public méthode

public Hyphenate ( char w, int offset, int len, int remainCharCount, int pushCharCount ) : Hyphenation
w char
offset int
len int
remainCharCount int
pushCharCount int
Résultat Hyphenation

HyphenationTree() public méthode

public HyphenationTree ( ) : System
Résultat System

LoadSimplePatterns() public méthode

public LoadSimplePatterns ( Stream stream ) : void
stream Stream
Résultat void

PackValues() protected méthode

protected PackValues ( String values ) : int
values String
Résultat int

PrintStats() public méthode

public PrintStats ( ) : void
Résultat void

SearchPatterns() protected méthode

protected SearchPatterns ( char word, int index, byte il ) : void
word char
index int
il byte
Résultat void

UnpackValues() protected méthode

protected UnpackValues ( int k ) : String
k int
Résultat String

Property Details

classmap protected_oe property

protected TernaryTree,iTextSharp.text.pdf.hyphenation classmap
Résultat TernaryTree

stoplist protected_oe property

protected Dictionary> stoplist
Résultat List>.Dictionary

vspace protected_oe property

protected ByteVector,iTextSharp.text.pdf.hyphenation vspace
Résultat ByteVector