getText

abstract fun getText(range: Range = definedExternally): String(source)

Get the text of this document. A substring can be retrieved by providing a range. The range will be adjusted.

Parameters

range

Include only the text included by the range.