Uses of Class
com.itextpdf.text.pdf.hyphenation.HyphenationTree
-
Packages that use HyphenationTree Package Description com.itextpdf.text.pdf.hyphenation -
-
Uses of HyphenationTree in com.itextpdf.text.pdf.hyphenation
Fields in com.itextpdf.text.pdf.hyphenation declared as HyphenationTree Modifier and Type Field Description private HyphenationTree
Hyphenator. hyphenTree
Fields in com.itextpdf.text.pdf.hyphenation with type parameters of type HyphenationTree Modifier and Type Field Description private static java.util.Hashtable<java.lang.String,HyphenationTree>
Hyphenator. hyphenTrees
TODO: Don't use staticsMethods in com.itextpdf.text.pdf.hyphenation that return HyphenationTree Modifier and Type Method Description static HyphenationTree
Hyphenator. getFileHyphenationTree(java.lang.String key)
static HyphenationTree
Hyphenator. getHyphenationTree(java.lang.String lang, java.lang.String country)
static HyphenationTree
Hyphenator. getResourceHyphenationTree(java.lang.String key)
-