com.lowagie.text.pdf.hyphenation
public class Hyphenation extends Object
| Field Summary | |
|---|---|
| int[] | hyphenPoints |
| int | len
number of hyphenation points in word |
| String | word |
| Constructor Summary | |
|---|---|
| Hyphenation(String word, int[] points)
rawWord as made of alternating strings and Hyphen
instances | |
| Method Summary | |
|---|---|
| int[] | getHyphenationPoints() |
| String | getPostHyphenText(int index) |
| String | getPreHyphenText(int index) |
| int | length() |
| String | toString() |
Hyphen
instancesReturns: the hyphenation points
Returns: the post-break text
Returns: the pre-break text, not including the hyphen character
Returns: the number of hyphenation points in the word