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