| java.lang.Object com.lowagie.text.pdf.hyphenation.Hyphenation
Hyphenation | public class Hyphenation (Code) | | This class represents a hyphenated word.
author: Carlos Villegas |
Hyphenation | Hyphenation(String word, int[] points)(Code) | | rawWord as made of alternating strings and
Hyphen Hyphen instances
|
getHyphenationPoints | public int[] getHyphenationPoints()(Code) | | the hyphenation points |
getPostHyphenText | public String getPostHyphenText(int index)(Code) | | the post-break text |
getPreHyphenText | public String getPreHyphenText(int index)(Code) | | the pre-break text, not including the hyphen character |
length | public int length()(Code) | | the number of hyphenation points in the word |
|
|