Provides access to the content of a generated text file.
Type | Name 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. |
Get the content as a StringBuilder, permitting direct modification.
The text content.
Replace the content.