Uses of Class
com.itextpdf.layout.hyphenation.Hyphenator
-
Packages that use Hyphenator Package Description com.itextpdf.layout.hyphenation -
-
Uses of Hyphenator in com.itextpdf.layout.hyphenation
Fields in com.itextpdf.layout.hyphenation declared as Hyphenator Modifier and Type Field Description protected Hyphenator
HyphenationConfig. hyphenator
The Hyphenator object.Constructors in com.itextpdf.layout.hyphenation with parameters of type Hyphenator Constructor Description HyphenationConfig(Hyphenator hyphenator)
Constructs a newHyphenationConfig
by aHyphenator
which will be used to find hyphenation points.
-