public class Hyphenation extends Object
This class represents a hyphenated word.
This work was authored by Carlos Villegas (cav@uniscope.co.jp).
Modifier and Type | Method and Description |
---|---|
int[] |
getHyphenationPoints() |
String |
getPostHyphenText(int index) |
String |
getPreHyphenText(int index) |
int |
length() |
String |
toString() |
public int length()
public String getPreHyphenText(int index)
index
- an index position
public String getPostHyphenText(int index)
index
- an index position
public int[] getHyphenationPoints()
Copyright © 1998–2018 iText Group NV. All rights reserved.