MoveCursorToEnd
Moves a cursor to the end of the current editing area (document body, footer/header, footnote, or autoshape).
This method is similar to pressing the Ctrl + End keyboard shortcut.
Parameters:
Name |
Type |
Description |
isMoveToMainContent |
boolean
|
This flag ignores the current position and always moves a cursor to the end of the document body. |
Returns:
-
This method doesn't return any data.
Example
Copy code
window.Asc.plugin.executeMethod ("MoveCursorToEnd", [true]);