public class Hyphenator extends Object
| Constructor and Description |
|---|
Hyphenator(String lang,
String country,
int leftMin,
int rightMin) |
| Modifier and Type | Method and Description |
|---|---|
Hyphenation |
hyphenate(String word) |
void |
setMinPushCharCount(int min) |
void |
setMinRemainCharCount(int min) |
public void setMinRemainCharCount(int min)
min - minimum to setpublic void setMinPushCharCount(int min)
min - minimum to setpublic Hyphenation hyphenate(String word)
word - word to setCopyright © 2021. All rights reserved.