public interface IPatternConsumer
This interface is used to connect the XML pattern file parser to the hyphenation tree.
This work was authored by Carlos Villegas (cav@uniscope.co.jp).
Modifier and Type | Method and Description |
---|---|
void |
addClass(String chargroup)
Add a character class.
|
void |
addException(String word, List hyphenatedword)
Add a hyphenation exception.
|
void |
addPattern(String pattern, String values)
Add hyphenation patterns.
|
void addClass(String chargroup)
chargroup
- character group
void addException(String word, List hyphenatedword)
Hyphen
instances
word
- word to add as an exception
hyphenatedword
- pre-hyphenated word
Copyright © 1998–2018 iText Group NV. All rights reserved.