TextProvider

Provides access to the content of a generated text file.

Functions

Link copied to clipboard
abstract fun asBuilder(): StringBuilder
Get the content as a StringBuilder, permitting direct modification.
Link copied to clipboard
abstract fun getText(): String
The text content.
Link copied to clipboard
abstract fun setText(value: String)
Replace the content.