@Incubating public interface TextProvider
| Modifier and Type | Method | 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. |