Skip to main content
A newer version of this page is available. .

RichEditSelection.goToPreviousPage Method

Moves the cursor to the beginning of the previous page and allows you to extend the selection.

Declaration

goToPreviousPage(
    extendSelection?: boolean
): void

Parameters

Name Type Description
extendSelection boolean

true to extend the selection; otherwise, false.

Remarks

Usage example:

richEdit.selection.goToPreviousPage(true);
See Also