Package | Description |
---|---|
org.apache.fop.hyphenation |
Hyphenation support.
|
Modifier and Type | Method and Description |
---|---|
static HyphenationTree |
Hyphenator.getFopHyphenationTree(String key)
Returns a hyphenation tree.
|
HyphenationTree |
HyphenationTreeCache.getHyphenationTree(String lang,
String country)
Looks in the cache if a hyphenation tree is available and returns it if it is found.
|
static HyphenationTree |
Hyphenator.getHyphenationTree(String lang,
String country,
InternalResourceResolver resourceResolver,
Map hyphPatNames,
FOUserAgent foUserAgent) |
static HyphenationTree |
Hyphenator.getUserHyphenationTree(String key,
InternalResourceResolver resourceResolver)
Load tree from serialized file or xml file
using configuration settings
|
Modifier and Type | Method and Description |
---|---|
void |
HyphenationTreeCache.cache(String key,
HyphenationTree hTree)
Cache a hyphenation tree under its key.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.