Package | Description |
---|---|
org.apache.fop.hyphenation |
Hyphenation support.
|
Modifier and Type | Method and Description |
---|---|
Hyphenation |
Hyphenator.hyphenate(char[] word,
int offset,
int len)
Hyphenates a word.
|
Hyphenation |
HyphenationTree.hyphenate(char[] w,
int offset,
int len,
int remainCharCount,
int pushCharCount)
Hyphenate word and return an array of hyphenation points.
|
Hyphenation |
Hyphenator.hyphenate(java.lang.String word)
Hyphenates a word.
|
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,
char[] word,
int offset,
int len,
int leftMin,
int rightMin)
Hyphenates a word.
|
static Hyphenation |
Hyphenator.hyphenate(java.lang.String lang,
java.lang.String country,
HyphenationTreeResolver resolver,
char[] word,
int offset,
int len,
int leftMin,
int rightMin)
Hyphenates a word.
|
static Hyphenation |
Hyphenator.hyphenate(java.lang.String lang,
java.lang.String country,
HyphenationTreeResolver resolver,
java.lang.String word,
int leftMin,
int rightMin)
Hyphenates a word.
|
static Hyphenation |
Hyphenator.hyphenate(java.lang.String lang,
java.lang.String country,
java.lang.String word,
int leftMin,
int rightMin)
Hyphenates a word.
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.