fop 0.95 | |
Frames | No Frames |
Methods with parameter type org.apache.fop.hyphenation.HyphenationTreeResolver | |
void | Sets the HyphenationTreeResolver to be used for resolving user-supplied hyphenation files. |
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.95 |