Uses of Class
com.itextpdf.layout.hyphenation.HyphenationTree
-
Packages that use HyphenationTree Package Description com.itextpdf.layout.hyphenation -
-
Uses of HyphenationTree in com.itextpdf.layout.hyphenation
Fields in com.itextpdf.layout.hyphenation with type parameters of type HyphenationTree Modifier and Type Field Description private java.util.Map<java.lang.String,HyphenationTree>
HyphenationTreeCache. hyphenTrees
Contains the cached hyphenation treesMethods in com.itextpdf.layout.hyphenation that return HyphenationTree Modifier and Type Method Description HyphenationTree
HyphenationTreeCache. getHyphenationTree(java.lang.String lang, java.lang.String country)
Looks in the cache if a hyphenation tree is available and returns it if it is found.static HyphenationTree
Hyphenator. getHyphenationTree(java.io.InputStream in, java.lang.String name)
Load tree from the stream.static HyphenationTree
Hyphenator. getHyphenationTree(java.lang.String searchDirectory, java.lang.String key)
Load tree from xml file using configuration settings.static HyphenationTree
Hyphenator. getHyphenationTree(java.lang.String lang, java.lang.String country, java.util.Map<java.lang.String,java.lang.String> hyphPathNames)
Returns a hyphenation tree for a given language and country, with fallback from (lang,country) to (lang).static HyphenationTree
Hyphenator. getHyphenationTree2(java.lang.String lang, java.lang.String country, java.util.Map<java.lang.String,java.lang.String> hyphPathNames)
Returns a hyphenation tree for a given language and country.Methods in com.itextpdf.layout.hyphenation with parameters of type HyphenationTree Modifier and Type Method Description void
HyphenationTreeCache. cache(java.lang.String key, HyphenationTree hTree)
Cache a hyphenation tree under its key.
-