Uses of Interface
com.lowagie.text.pdf.HyphenationEvent
Packages that use HyphenationEvent
-
Uses of HyphenationEvent in com.lowagie.text
Fields in com.lowagie.text declared as HyphenationEventModifier and TypeFieldDescriptionprotected HyphenationEventPhrase.hyphenationDeprecated.Null, unless the Phrase has to be hyphenated.Methods in com.lowagie.text that return HyphenationEventModifier and TypeMethodDescriptionChunk.getHyphenation()Deprecated.Returns the hyphenation (if present).Phrase.getHyphenation()Deprecated.Getter for the hyphenation settings.Methods in com.lowagie.text with parameters of type HyphenationEventModifier and TypeMethodDescriptionChunk.setHyphenation(HyphenationEvent hyphenation) Deprecated.sets the hyphenation engine to thisChunk.voidPhrase.setHyphenation(HyphenationEvent hyphenation) Deprecated.Setter for the hyphenation. -
Uses of HyphenationEvent in com.lowagie.text.html.simpleparser
Methods in com.lowagie.text.html.simpleparser that return HyphenationEventModifier and TypeMethodDescriptionstatic HyphenationEventFactoryProperties.getHyphenation(ChainedProperties props) Deprecated.Gets a HyphenationEvent based on the hyphenation entry in ChainedProperties.static HyphenationEventFactoryProperties.getHyphenation(String s) Deprecated.Gets a HyphenationEvent based on a String.static HyphenationEventFactoryProperties.getHyphenation(HashMap props) Deprecated.Gets a HyphenationEvent based on the hyphenation entry in a HashMap. -
Uses of HyphenationEvent in com.lowagie.text.pdf
Classes in com.lowagie.text.pdf that implement HyphenationEvent