public interface Text
TokenHandler,
TagTokenizer| Modifier and Type | Method and Description |
|---|---|
java.lang.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.
|
java.lang.String getContents()
void writeTo(CharArray out)