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 |
|
Remarks
richEdit.selection.goToStartPrevPageCommand(true);
Refer to the following section for more information: Client Selection.
See Also