RichEditSelection.goToStartNextPageCommand Method
In This Article
Moves the cursor to the next page break mark and extends the selection.
#Declaration
TypeScript
goToStartNextPageCommand(
extendSelection?: boolean
): void
#Parameters
Name | Type | Description |
---|---|---|
extend |
boolean |
|
#Remarks
Refer to the following section for more information: Client Selection.
See Also