| Package | Description | 
|---|---|
| com.itextpdf.layout.hyphenation | 
| Modifier and Type | Method and Description | 
|---|---|
| Hyphenation | HyphenationTree. hyphenate(char[] w, int offset, int len, int remainCharCount, int pushCharCount)
             Hyphenate word and return an array of hyphenation points. 
            | 
| Hyphenation | HyphenationConfig. hyphenate(String word)
             Hyphenates a given word. 
            | 
| Hyphenation | Hyphenator. hyphenate(String word)
             Hyphenates a word. 
            | 
| Hyphenation | HyphenationTree. hyphenate(String word, int remainCharCount, int pushCharCount)
             Hyphenate word and return a Hyphenation object. 
            | 
| static Hyphenation | Hyphenator. hyphenate(String lang, String country, Map<String,String> hyphPathNames, String word, int leftMin, int rightMin)
             Hyphenates a word. 
            | 
| static Hyphenation | Hyphenator. hyphenate(String lang, String country, String word, int leftMin, int rightMin)
             Hyphenates a word. 
            | 
Copyright © 1998–2019 iText Group NV. All rights reserved.