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

RichEditSelection.goToStartNextPageCommand Method

Moves the cursor to the next page break mark and extends the selection.

Declaration

goToStartNextPageCommand(
    extendSelection?: boolean
): void

Parameters

Name Type Description
extendSelection boolean

true to extend the selection; otherwise, false.

Remarks

Usage Example:

richEdit.selection.goToStartNextPageCommand(true); 
See Also