Uses of Interface
com.itextpdf.text.pdf.HyphenationEvent

Packages that use HyphenationEvent
com.itextpdf.text   
com.itextpdf.text.html.simpleparser   
com.itextpdf.text.pdf   
 

Uses of HyphenationEvent in com.itextpdf.text
 

Fields in com.itextpdf.text declared as HyphenationEvent
protected  HyphenationEvent Phrase.hyphenation
          Null, unless the Phrase has to be hyphenated.
 

Methods in com.itextpdf.text that return HyphenationEvent
 HyphenationEvent Chunk.getHyphenation()
          Returns the hyphenation (if present).
 HyphenationEvent Phrase.getHyphenation()
          Getter for the hyphenation settings.
 

Methods in com.itextpdf.text with parameters of type HyphenationEvent
 Chunk Chunk.setHyphenation(HyphenationEvent hyphenation)
          sets the hyphenation engine to this Chunk.
 void Phrase.setHyphenation(HyphenationEvent hyphenation)
          Setter for the hyphenation.
 

Uses of HyphenationEvent in com.itextpdf.text.html.simpleparser
 

Methods in com.itextpdf.text.html.simpleparser that return HyphenationEvent
 HyphenationEvent ElementFactory.getHyphenation(ChainedProperties chain)
          Gets a HyphenationEvent based on the hyphenation entry in the hierarchy chain.
 

Uses of HyphenationEvent in com.itextpdf.text.pdf
 

Classes in com.itextpdf.text.pdf that implement HyphenationEvent
 class HyphenationAuto
          Hyphenates words automatically accordingly to the language and country.
 



Copyright © 2013. All Rights Reserved.