Uses of Class
com.itextpdf.text.pdf.hyphenation.Hyphenation
-
Packages that use Hyphenation Package Description com.itextpdf.text.pdf.hyphenation -
-
Uses of Hyphenation in com.itextpdf.text.pdf.hyphenation
Methods in com.itextpdf.text.pdf.hyphenation that return Hyphenation Modifier and Type Method Description HyphenationHyphenationTree. hyphenate(char[] w, int offset, int len, int remainCharCount, int pushCharCount)Hyphenate word and return an array of hyphenation points.HyphenationHyphenationTree. hyphenate(java.lang.String word, int remainCharCount, int pushCharCount)Hyphenate word and return a Hyphenation object.HyphenationHyphenator. hyphenate(char[] word, int offset, int len)HyphenationHyphenator. hyphenate(java.lang.String word)static HyphenationHyphenator. hyphenate(java.lang.String lang, java.lang.String country, char[] word, int offset, int len, int leftMin, int rightMin)static HyphenationHyphenator. hyphenate(java.lang.String lang, java.lang.String country, java.lang.String word, int leftMin, int rightMin)
-