Class Hyphenation
- Namespace
- iTextSharp.text.pdf.hyphenation
- Assembly
- iTextSharp.LGPLv2.Core.dll
This class represents a hyphenated word. @author Carlos Villegas
public class Hyphenation
- Inheritance
-
Hyphenation
- Inherited Members
Properties
HyphenationPoints
public int[] HyphenationPoints { get; }
Property Value
- int[]
the hyphenation points
Length
public int Length { get; }
Property Value
- int
the number of hyphenation points in the word
Methods
GetPostHyphenText(int)
public string GetPostHyphenText(int index)
Parameters
index
int
Returns
- string
the post-break text
GetPreHyphenText(int)
public string GetPreHyphenText(int index)
Parameters
index
int
Returns
- string
the pre-break text, not including the hyphen character
ToString()
public override string ToString()