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