Package | Description |
---|---|
org.apache.fop.hyphenation |
Hyphenation support.
|
Modifier and Type | Method and 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(String word,
int remainCharCount,
int pushCharCount)
Hyphenate word and return a Hyphenation object.
|
static Hyphenation |
Hyphenator.hyphenate(String lang,
String country,
InternalResourceResolver resourceResolver,
Map hyphPatNames,
String word,
int leftMin,
int rightMin,
FOUserAgent foUserAgent) |
Copyright © 2025 Apache Software Foundation. All rights reserved.