public interface HyphenatorInterface
Modifier and Type | Method and Description |
---|---|
int |
getBeginLimit()
Gets the begin limit.
|
int |
getEndLimit()
Gets the end limit.
|
String |
hyphenate(String phrase)
Hyphenates the phrase, inserting soft hyphens at all possible breakpoints.
|
void |
setBeginLimit(int beginLimit)
Sets the begin limit.
|
void |
setEndLimit(int endLimit)
Sets the end limit.
|
String hyphenate(String phrase)
phrase
- the phrase to hyphenateint getBeginLimit()
void setBeginLimit(int beginLimit)
beginLimit
- the begin limitint getEndLimit()
void setEndLimit(int endLimit)
endLimit
- the end limit