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 HyphenationEvent
Phrase. hyphenation
Null, unless the Phrase has to be hyphenated.Methods in com.aowagie.text that return HyphenationEvent Modifier and Type Method Description HyphenationEvent
Chunk. getHyphenation()
Returns the hyphenation (if present).HyphenationEvent
Phrase. getHyphenation()
Getter for the hyphenation settings.Methods in com.aowagie.text with parameters of type HyphenationEvent Modifier and Type Method Description Chunk
Chunk. setHyphenation(HyphenationEvent hyphenation)
sets the hyphenation engine to thisChunk
.void
Phrase. setHyphenation(HyphenationEvent hyphenation)
Setter for the hyphenation.
-