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 HyphenationEvent
Phrase.hyphenation
Null, unless the Phrase has to be hyphenated.Methods in com.lowagie.text that return HyphenationEventModifier and TypeMethodDescriptionChunk.getHyphenation()
Returns the hyphenation (if present).Phrase.getHyphenation()
Getter for the hyphenation settings.Methods in com.lowagie.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. -
Uses of HyphenationEvent in com.lowagie.text.html.simpleparser
Methods in com.lowagie.text.html.simpleparser that return HyphenationEventModifier and TypeMethodDescriptionstatic HyphenationEvent
FactoryProperties.getHyphenation
(ChainedProperties props) Gets a HyphenationEvent based on the hyphenation entry in ChainedProperties.static HyphenationEvent
FactoryProperties.getHyphenation
(String s) Gets a HyphenationEvent based on a String.static HyphenationEvent
FactoryProperties.getHyphenation
(HashMap props) 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 HyphenationEventModifier and TypeClassDescriptionclass
Hyphenates words automatically accordingly to the language and country.