Skip to main content

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

NameRequired/OptionalData typeDefaultDescription
isBeforeRequiredbooleanSpecifies whether to place the cursor before (true) or after (false) the note reference.

Returns

boolean