@Incubating public interface TextProvider
Modifier and Type | Method and Description |
---|---|
StringBuilder |
asBuilder()
Get the content as a
StringBuilder , permitting direct modification. |
String |
getText()
The text content.
|
void |
setText(String value)
Replace the content.
|
String getText()
void setText(String value)
StringBuilder asBuilder()
StringBuilder
, permitting direct modification.