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. hyphenTreesContains the cached hyphenation treesMethods in com.itextpdf.layout.hyphenation that return HyphenationTree Modifier and Type Method Description HyphenationTreeHyphenationTreeCache. 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 HyphenationTreeHyphenator. getHyphenationTree(java.io.InputStream in, java.lang.String name)Load tree from the stream.static HyphenationTreeHyphenator. getHyphenationTree(java.lang.String searchDirectory, java.lang.String key)Load tree from xml file using configuration settings.static HyphenationTreeHyphenator. 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 HyphenationTreeHyphenator. 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 voidHyphenationTreeCache. cache(java.lang.String key, HyphenationTree hTree)Cache a hyphenation tree under its key.
-