Uses of Interface
com.aowagie.text.pdf.HyphenationEvent
Packages that use HyphenationEvent
-
Uses of HyphenationEvent in com.aowagie.text
Fields in com.aowagie.text declared as HyphenationEventModifier and TypeFieldDescriptionprivate HyphenationEvent
Phrase.hyphenation
Null, unless the Phrase has to be hyphenated.Methods in com.aowagie.text that return HyphenationEventModifier and TypeMethodDescriptionChunk.getHyphenation()
Returns the hyphenation (if present).Phrase.getHyphenation()
Getter for the hyphenation settings.Methods in com.aowagie.text with parameters of type HyphenationEventModifier and TypeMethodDescriptionChunk.setHyphenation
(HyphenationEvent hyphenation) sets the hyphenation engine to thisChunk
.void
Phrase.setHyphenation
(HyphenationEvent hyphenation) Setter for the hyphenation.