Share via


TextBuffer.getText Method

Retrieves the current content of the TextBuffer object.

Syntax

public str getText()

Run On

Called

Return Value

Type: str
A string that contains the content of TextBuffer object.

Remarks

The TextBuffer can contain new lines, which are then present in the returned string.

See Also

Reference

TextBuffer Class