Uses of Class
org.apache.fop.hyphenation.Hyphenation
-
Packages that use Hyphenation Package Description org.apache.fop.hyphenation Hyphenation support. -
-
Uses of Hyphenation in org.apache.fop.hyphenation
Methods in org.apache.fop.hyphenation that return Hyphenation Modifier and Type Method Description 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, org.apache.fop.events.EventBroadcaster eventBroadcaster)
-