Skip to main content

RichEditSelection.goToStartPrevPageCommand Method

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

Declaration

goToStartPrevPageCommand(
    extendSelection?: boolean
): void

Parameters

Name Type Description
extendSelection boolean

true to extend the selection; otherwise, false.

Remarks

richEdit.selection.goToStartPrevPageCommand(true); 

Refer to the following section for more information: Client Selection.

See Also