public interface Text
TokenHandler
,
TagTokenizer
Modifier and Type | Method and Description |
---|---|
String |
getContents()
Get the complete contents of the text block, preserving original formatting.
|
void |
writeTo(CharArray out)
Write out the complete contents of the text block, preserving original formatting.
|
String getContents()
void writeTo(CharArray out)