Package | Description |
---|---|
com.itextpdf.text.pdf.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.
|
Hyphenation |
Hyphenator.hyphenate(char[] word,
int offset,
int len) |
|
Hyphenation |
Hyphenator.hyphenate(java.lang.String word) |
|
static Hyphenation |
Hyphenator.hyphenate(java.lang.String lang,
java.lang.String country,
char[] word,
int offset,
int len,
int leftMin,
int rightMin) |
|
static Hyphenation |
Hyphenator.hyphenate(java.lang.String lang,
java.lang.String country,
java.lang.String word,
int leftMin,
int rightMin) |
Copyright © 1998–2018. All rights reserved.