Skip to main content
Skip table of contents

Hyphenator

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
ReturnsName
HyphenationHyphenate(...)
voidSetLanguage(string lang, string country)
voidSetMinPushCharCount(int min)
voidSetMinRemainCharCount(int min)

Details

Constructors

Hyphenator

Source code

public Hyphenator(string lang, string country, int leftMin, int rightMin)
Arguments
TypeNameDescription
stringlang
stringcountry
intleftMin
intrightMin

Methods

GetHyphenationTree

Source code

public static HyphenationTree GetHyphenationTree(string lang, string country)
Arguments
TypeNameDescription
stringlang
stringcountry
GetResourceHyphenationTree

Source code

public static HyphenationTree GetResourceHyphenationTree(string key)
Arguments
TypeNameDescription
stringkey
Hyphenate [1/4]

Source code

public static Hyphenation Hyphenate(string lang, string country, string word, int leftMin, int rightMin)
Arguments
TypeNameDescription
stringlang
stringcountry
stringword
intleftMin
intrightMin
Hyphenate [2/4]

Source code

public static Hyphenation Hyphenate(string lang, string country, char[] word, int offset, int len, int leftMin, int rightMin)
Arguments
TypeNameDescription
stringlang
stringcountry
char``[]word
intoffset
intlen
intleftMin
intrightMin
SetMinRemainCharCount

Source code

public virtual void SetMinRemainCharCount(int min)
Arguments
TypeNameDescription
intmin
SetMinPushCharCount

Source code

public virtual void SetMinPushCharCount(int min)
Arguments
TypeNameDescription
intmin
SetLanguage

Source code

public virtual void SetLanguage(string lang, string country)
Arguments
TypeNameDescription
stringlang
stringcountry
Hyphenate [3/4]

Source code

public virtual Hyphenation Hyphenate(char[] word, int offset, int len)
Arguments
TypeNameDescription
char``[]word
intoffset
intlen
Hyphenate [4/4]

Source code

public virtual Hyphenation Hyphenate(string word)
Arguments
TypeNameDescription
stringword

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.