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 class
HyphenationTree
This tree structure stores the hyphenation patterns in an efficient way for fast lookup.class
SimplePatternParser
Parses the xml hyphenation pattern.Fields in com.itextpdf.text.pdf.hyphenation declared as PatternConsumer Modifier and Type Field Description (package private) PatternConsumer
SimplePatternParser. consumer
Methods in com.itextpdf.text.pdf.hyphenation with parameters of type PatternConsumer Modifier and Type Method Description void
SimplePatternParser. parse(java.io.InputStream stream, PatternConsumer consumer)
-