fop 0.94 | |
Frames | No Frames |
Methods with parameter type org.apache.fop.hyphenation.HyphenationTreeResolver | |
void | sets the HyphenationTreeResolver
|
Methods with return type org.apache.fop.hyphenation.HyphenationTreeResolver | |
HyphenationTreeResolver |
Methods with parameter type org.apache.fop.hyphenation.HyphenationTreeResolver | |
HyphenationTree | Returns a hyphenation tree for a given language and country. |
HyphenationTree | Load tree from serialized file or xml file
using configuration settings
|
Hyphenation | Hyphenator.hyphenate(String lang, String country, HyphenationTreeResolver resolver, String word, int leftMin, int rightMin) Hyphenates a word. |
Hyphenation | Hyphenator.hyphenate(String lang, String country, HyphenationTreeResolver resolver, char[] word, int offset, int len, int leftMin, int rightMin) Hyphenates a word. |
fop 0.94 |