Hyphenator Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf.hyphenation
iTextSharp.text.pdf.hyphenation.Hyphenator[[Hyphenator]]
end
Members
Methods
Public Static methods
Public methods
Details
Constructors
Hyphenator
Source code
public Hyphenator(string lang, string country, int leftMin, int rightMin)
Arguments
Type | Name | Description |
---|
string | lang | |
string | country | |
int | leftMin | |
int | rightMin | |
Methods
GetHyphenationTree
Source code
public static HyphenationTree GetHyphenationTree(string lang, string country)
Arguments
Type | Name | Description |
---|
string | lang | |
string | country | |
GetResourceHyphenationTree
Source code
public static HyphenationTree GetResourceHyphenationTree(string key)
Arguments
Type | Name | Description |
---|
string | key | |
Hyphenate [1/4]
Source code
public static Hyphenation Hyphenate(string lang, string country, string word, int leftMin, int rightMin)
Arguments
Type | Name | Description |
---|
string | lang | |
string | country | |
string | word | |
int | leftMin | |
int | rightMin | |
Hyphenate [2/4]
Source code
public static Hyphenation Hyphenate(string lang, string country, char[] word, int offset, int len, int leftMin, int rightMin)
Arguments
Type | Name | Description |
---|
string | lang | |
string | country | |
char``[] | word | |
int | offset | |
int | len | |
int | leftMin | |
int | rightMin | |
SetMinRemainCharCount
Source code
public virtual void SetMinRemainCharCount(int min)
Arguments
Type | Name | Description |
---|
int | min | |
SetMinPushCharCount
Source code
public virtual void SetMinPushCharCount(int min)
Arguments
Type | Name | Description |
---|
int | min | |
SetLanguage
Source code
public virtual void SetLanguage(string lang, string country)
Arguments
Type | Name | Description |
---|
string | lang | |
string | country | |
Hyphenate [3/4]
Source code
public virtual Hyphenation Hyphenate(char[] word, int offset, int len)
Arguments
Type | Name | Description |
---|
char``[] | word | |
int | offset | |
int | len | |
Hyphenate [4/4]
Source code
public virtual Hyphenation Hyphenate(string word)
Arguments
Type | Name | Description |
---|
string | word | |
Generated with ModularDoc