FormattedDocument.GetText

Syntax:

GetText(<Beginning>, <End>)

Parameters:

<Beginning> (optional)

Type: FormattedDocumentBookmark.
Bookmark indicating the beginnging of a text fragment. If the bookmark is not specified, then the text will be selected from the very beginning of the document.

<End> (optional)

Type: FormattedDocumentBookmark.
Bookmark indicating the end of a text fragment. If the bookmark is not specified, then the text will be selected until the end of the document.

Returned value:

Type: String.

Description:

Gets the text fragment, specified by bookmarks.

Availability:

Thin client, web-client, server, thick client, external connection.

    

1C:Enterprise Developer's Community