text

open suspend override fun text(document: Path): CharSequence(source)

Retrieves the full text content of the given document as a character sequence.

Return

A CharSequence representing the text content of the document.

Parameters

document

The document whose text content is to be retrieved.