to Text
Renders this document to a plain-text String without creating any file.
Useful for console output, logging, or test assertions:
println(model.toReport().toText())
logger.info(mca.toReport().toText())
assertThat(stat.toReport().toText()).contains("Average")Content copied to clipboard
Return
the complete plain-text representation of this document
Parameters
ctx
shared render configuration