Uses of Class
com.itextpdf.layout.hyphenation.Hyphenation
Packages that use Hyphenation
-
Uses of Hyphenation in com.itextpdf.layout.hyphenation
Methods in com.itextpdf.layout.hyphenation that return HyphenationModifier and TypeMethodDescriptionHyphenates a given word.HyphenationTree.hyphenate
(char[] w, int offset, int len, int remainCharCount, int pushCharCount) Hyphenate word and return an array of hyphenation points.Hyphenate word and return a Hyphenation object.Hyphenates a word.static Hyphenation
Hyphenates a word.static Hyphenation
Hyphenator.hyphenate
(String lang, String country, Map<String, String> hyphPathNames, String word, int leftMin, int rightMin) Hyphenates a word.private static Hyphenation
Hyphenator.hyphenateBasedOnSoftHyphens
(String word, int leftMin, int rightMin)