Uses of Interface
com.itextpdf.text.pdf.hyphenation.PatternConsumer
-
Packages that use PatternConsumer Package Description com.itextpdf.text.pdf.hyphenation -
-
Uses of PatternConsumer in com.itextpdf.text.pdf.hyphenation
Classes in com.itextpdf.text.pdf.hyphenation that implement PatternConsumer Modifier and Type Class Description classHyphenationTreeThis tree structure stores the hyphenation patterns in an efficient way for fast lookup.classSimplePatternParserParses the xml hyphenation pattern.Methods in com.itextpdf.text.pdf.hyphenation with parameters of type PatternConsumer Modifier and Type Method Description voidSimplePatternParser. parse(java.io.InputStream stream, PatternConsumer consumer)
-