MoveCursorToNoteReference
Moves the cursor to the reference of this footnote/endnote in the main document. If this document content is not a footnote/endnote, does nothing.
Syntax
expression.MoveCursorToNoteReference(isBefore);
expression - A variable that represents a ApiDocumentContent class.
Parameters
| Name | Required/Optional | Data type | Default | Description |
|---|---|---|---|---|
| isBefore | Required | boolean | Specifies whether to place the cursor before (true) or after (false) the note reference. |
Returns
boolean