Uses of Class
com.itextpdf.layout.hyphenation.HyphenationTree
-
Uses of HyphenationTree in com.itextpdf.layout.hyphenation
Modifier and TypeMethodDescriptionHyphenationTreeCache.getHyphenationTree
(String lang, String country) Looks in the cache if a hyphenation tree is available and returns it if it is found.static HyphenationTree
Hyphenator.getHyphenationTree
(InputStream in, String name) Load tree from the stream.static HyphenationTree
Hyphenator.getHyphenationTree
(String searchDirectory, String key) Load tree from xml file using configuration settings.static HyphenationTree
Returns a hyphenation tree for a given language and country, with fallback from (lang,country) to (lang).static HyphenationTree
Returns a hyphenation tree for a given language and country.Modifier and TypeMethodDescriptionvoid
HyphenationTreeCache.cache
(String key, HyphenationTree hTree) Cache a hyphenation tree under its key.