Package | Description |
---|---|
com.lowagie.text | |
com.lowagie.text.html.simpleparser | |
com.lowagie.text.pdf |
Modifier and Type | Field and Description |
---|---|
protected HyphenationEvent |
Phrase.hyphenation
Null, unless the Phrase has to be hyphenated.
|
Modifier and Type | Method and Description |
---|---|
HyphenationEvent |
Phrase.getHyphenation()
Getter for the hyphenation settings.
|
HyphenationEvent |
Chunk.getHyphenation()
Returns the hyphenation (if present).
|
Modifier and Type | Method and Description |
---|---|
void |
Phrase.setHyphenation(HyphenationEvent hyphenation)
Setter for the hyphenation.
|
Chunk |
Chunk.setHyphenation(HyphenationEvent hyphenation)
sets the hyphenation engine to this
Chunk . |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
HyphenationAuto
Hyphenates words automatically accordingly to the language and country.
|
Copyright © 2020. All rights reserved.