Uses of Interface
com.itextpdf.layout.hyphenation.IPatternConsumer
-
Packages that use IPatternConsumer Package Description com.itextpdf.layout.hyphenation -
-
Uses of IPatternConsumer in com.itextpdf.layout.hyphenation
Classes in com.itextpdf.layout.hyphenation that implement IPatternConsumer Modifier and Type Class Description class
HyphenationTree
This tree structure stores the hyphenation patterns in an efficient way for fast lookup.Fields in com.itextpdf.layout.hyphenation declared as IPatternConsumer Modifier and Type Field Description private IPatternConsumer
PatternParser. consumer
Constructors in com.itextpdf.layout.hyphenation with parameters of type IPatternConsumer Constructor Description PatternParser(IPatternConsumer consumer)
Construct a pattern parser.
-