Uses of Class
com.aowagie.text.pdf.hyphenation.Hyphenation
-
Packages that use Hyphenation Package Description com.aowagie.text.pdf.hyphenation -
-
Uses of Hyphenation in com.aowagie.text.pdf.hyphenation
Methods in com.aowagie.text.pdf.hyphenation that return Hyphenation Modifier and Type Method Description private Hyphenation
HyphenationTree. hyphenate(char[] w, int offset, int len, int remainCharCount, int pushCharCount)
Hyphenate word and return an array of hyphenation points.(package private) Hyphenation
HyphenationTree. hyphenate(java.lang.String word, int remainCharCount, int pushCharCount)
Hyphenate word and return a Hyphenation object.Hyphenation
Hyphenator. hyphenate(java.lang.String word)
-