Uses of Interface
com.aowagie.text.pdf.HyphenationEvent
-
Packages that use HyphenationEvent Package Description com.aowagie.text -
-
Uses of HyphenationEvent in com.aowagie.text
Fields in com.aowagie.text declared as HyphenationEvent Modifier and Type Field Description private HyphenationEventPhrase. hyphenationNull, unless the Phrase has to be hyphenated.Methods in com.aowagie.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.aowagie.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.
-