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 |
Hyphenator.hyphenate(String word)
Hyphenates a word.
|
Hyphenation |
HyphenationConfig.hyphenate(String word)
Hyphenates a given 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–2018 iText Group NV. All rights reserved.