Class Hyphenation
- Namespace
- iText.Layout.Hyphenation
- Assembly
- itext.layout.dll
This class represents a hyphenated word.
public class Hyphenation
- Inheritance
-
Hyphenation
- Inherited Members
Remarks
This class represents a hyphenated word.
This work was authored by Carlos Villegas (cav@uniscope.co.jp).Methods
GetHyphenationPoints()
public virtual int[] GetHyphenationPoints()
Returns
- int[]
the hyphenation points
GetPostHyphenText(int)
public virtual string GetPostHyphenText(int index)
Parameters
index
intan index position
Returns
- string
the post-break text
GetPreHyphenText(int)
public virtual string GetPreHyphenText(int index)
Parameters
index
intan index position
Returns
- string
the pre-break text, not including the hyphen character
Length()
public virtual int Length()
Returns
- int
the number of hyphenation points in the word
ToString()
public override string ToString()