public interface PrecedingText
ResolvableText
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getLocale()
Gets the locale for the text, if specified.
|
String |
resolve()
Resolves the item.
|
boolean |
shouldHyphenate()
Returns true if the text should be hyphenated.
|
boolean |
shouldMarkCapitalLetters()
Returns true if the text should mark capital letters.
|
String resolve()
Optional<String> getLocale()
Gets the locale for the text, if specified.
Note that this method returns the language that the text is written in. It does not imply association with a particular translator or braille code.
boolean shouldHyphenate()
boolean shouldMarkCapitalLetters()