Skip to main content

RichEditSelection.goToStartNextPageCommand Method

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

#Declaration

TypeScript
goToStartNextPageCommand(
    extendSelection?: boolean
): void

#Parameters

Name Type Description
extendSelection boolean

true to extend the selection; otherwise, false.

#Remarks

richEdit.selection.goToStartNextPageCommand(true); 

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

See Also