Methods in org.apache.fop.hyphenation that return Hyphenation |
Hyphenation |
HyphenationTree.hyphenate(char[] w,
int offset,
int len,
int remainCharCount,
int pushCharCount)
Hyphenate word and return an array of hyphenation points. |
Hyphenation |
HyphenationTree.hyphenate(java.lang.String word,
int remainCharCount,
int pushCharCount)
Hyphenate word and return a Hyphenation object. |
static Hyphenation |
Hyphenator.hyphenate(java.lang.String lang,
java.lang.String country,
InternalResourceResolver resourceResolver,
java.util.Map hyphPatNames,
java.lang.String word,
int leftMin,
int rightMin)
Hyphenates a word. |
static Hyphenation |
Hyphenator.hyphenate(java.lang.String lang,
java.lang.String country,
InternalResourceResolver resourceResolver,
java.util.Map hyphPatNames,
java.lang.String word,
int leftMin,
int rightMin,
EventBroadcaster eventBroadcaster)
|