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
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
|
|
( |
Details
Constructors
Hyphenator
Source code
public Hyphenator(string lang, string country, int leftMin, int rightMin)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
lang |
|
|
|
country |
|
|
|
leftMin |
|
|
|
rightMin |
Methods
GetHyphenationTree
Source code
public static HyphenationTree GetHyphenationTree(string lang, string country)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
lang |
|
|
|
country |
GetResourceHyphenationTree
Source code
public static HyphenationTree GetResourceHyphenationTree(string key)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
Hyphenate [1/4]
Source code
public static Hyphenation Hyphenate(string lang, string country, string word, int leftMin, int rightMin)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
lang |
|
|
|
country |
|
|
|
word |
|
|
|
leftMin |
|
|
|
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 |
|---|---|---|
|
|
lang |
|
|
|
country |
|
|
|
word |
|
|
|
offset |
|
|
|
len |
|
|
|
leftMin |
|
|
|
rightMin |
SetMinRemainCharCount
Source code
public virtual void SetMinRemainCharCount(int min)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
min |
SetMinPushCharCount
Source code
public virtual void SetMinPushCharCount(int min)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
min |
SetLanguage
Source code
public virtual void SetLanguage(string lang, string country)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
lang |
|
|
|
country |
Hyphenate [3/4]
Source code
public virtual Hyphenation Hyphenate(char[] word, int offset, int len)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
word |
|
|
|
offset |
|
|
|
len |
Hyphenate [4/4]
Source code
public virtual Hyphenation Hyphenate(string word)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
word |
Generated with ModularDoc