|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HyphenationEvent | |
|---|---|
| com.lowagie.text | |
| com.lowagie.text.html.simpleparser | |
| com.lowagie.text.pdf | |
| Uses of HyphenationEvent in com.lowagie.text |
|---|
| Fields in com.lowagie.text declared as HyphenationEvent | |
|---|---|
protected HyphenationEvent |
Phrase.hyphenation
Null, unless the Phrase has to be hyphenated. |
| Methods in com.lowagie.text that return HyphenationEvent | |
|---|---|
HyphenationEvent |
Phrase.getHyphenation()
Getter for the hyphenation settings. |
HyphenationEvent |
Chunk.getHyphenation()
Returns the hyphenation (if present). |
| Methods in com.lowagie.text with parameters of type HyphenationEvent | |
|---|---|
void |
Phrase.setHyphenation(HyphenationEvent hyphenation)
Setter for the hyphenation. |
Chunk |
Chunk.setHyphenation(HyphenationEvent hyphenation)
sets the hyphenation engine to this Chunk. |
| Uses of HyphenationEvent in com.lowagie.text.html.simpleparser |
|---|
| Methods in com.lowagie.text.html.simpleparser that return HyphenationEvent | |
|---|---|
static HyphenationEvent |
FactoryProperties.getHyphenation(ChainedProperties props)
Gets a HyphenationEvent based on the hyphenation entry in ChainedProperties. |
static HyphenationEvent |
FactoryProperties.getHyphenation(HashMap props)
Gets a HyphenationEvent based on the hyphenation entry in a HashMap. |
static HyphenationEvent |
FactoryProperties.getHyphenation(String s)
Gets a HyphenationEvent based on a String. |
| Uses of HyphenationEvent in com.lowagie.text.pdf |
|---|
| Classes in com.lowagie.text.pdf that implement HyphenationEvent | |
|---|---|
class |
HyphenationAuto
Hyphenates words automatically accordingly to the language and country. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||