@FunctionalInterface public interface Hyphenator
| Modifier and Type | Method and Description |
|---|---|
String |
hyphenateText(String text)
Hyphenates a given String by inserting soft-hyphens
at desired hyphenation points and returns the result.
|
Copyright © 2004–2025. All rights reserved.