Uses of Interface
com.itextpdf.text.pdf.HyphenationEvent
-
Packages that use HyphenationEvent Package Description com.itextpdf.text com.itextpdf.text.html.simpleparser com.itextpdf.text.pdf -
-
Uses of HyphenationEvent in com.itextpdf.text
Fields in com.itextpdf.text declared as HyphenationEvent Modifier and Type Field Description protected HyphenationEventPhrase. hyphenationNull, unless the Phrase has to be hyphenated.Methods in com.itextpdf.text that return HyphenationEvent Modifier and Type Method Description HyphenationEventChunk. getHyphenation()Returns the hyphenation (if present).HyphenationEventPhrase. getHyphenation()Getter for the hyphenation settings.Methods in com.itextpdf.text with parameters of type HyphenationEvent Modifier and Type Method Description ChunkChunk. setHyphenation(HyphenationEvent hyphenation)sets the hyphenation engine to thisChunk.voidPhrase. setHyphenation(HyphenationEvent hyphenation)Setter for the hyphenation. -
Uses of HyphenationEvent in com.itextpdf.text.html.simpleparser
Methods in com.itextpdf.text.html.simpleparser that return HyphenationEvent Modifier and Type Method Description static HyphenationEventFactoryProperties. getHyphenation(ChainedProperties props)Gets a HyphenationEvent based on the hyphenation entry in ChainedProperties.static HyphenationEventFactoryProperties. getHyphenation(java.lang.String s)Gets a HyphenationEvent based on a String.static HyphenationEventFactoryProperties. getHyphenation(java.util.HashMap props)Gets a HyphenationEvent based on the hyphenation entry in a HashMap. -
Uses of HyphenationEvent in com.itextpdf.text.pdf
Classes in com.itextpdf.text.pdf that implement HyphenationEvent Modifier and Type Class Description classHyphenationAutoHyphenates words automatically accordingly to the language and country.
-