| Package | Description | 
|---|---|
| com.itextpdf.layout.hyphenation | 
| Modifier and Type | Method and Description | 
|---|---|
| static HyphenationTree | Hyphenator. getHyphenationTree(InputStream in, String name)
             Load tree from the stream. 
            | 
| HyphenationTree | HyphenationTreeCache. 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(String searchDirectory, String key)
             Load tree from xml file using configuration settings. 
            | 
| static HyphenationTree | Hyphenator. getHyphenationTree(String lang, String country, Map<String,String> hyphPathNames)
             Returns a hyphenation tree for a given language and country, with fallback from (lang,country) to (lang). 
            | 
| static HyphenationTree | Hyphenator. getHyphenationTree2(String lang, String country, Map<String,String> hyphPathNames)
             Returns a hyphenation tree for a given language and country. 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HyphenationTreeCache. cache(String key, HyphenationTree hTree)
             Cache a hyphenation tree under its key. 
            | 
Copyright © 1998–2019 iText Group NV. All rights reserved.