ApiBookmark
Represents the ApiBookmark class.
Methods
Method | Returns | Description |
---|---|---|
Delete | boolean | Deletes the current bookmark from the document. |
GetName | string | Returns the bookmark name. |
GetRange | ApiRange | Returns the bookmark range. |
GetText | string | Returns the bookmark text. |
GoTo | boolean | Moves a cursor to the current bookmark. |
Select | boolean | Selects the current bookmark. |
SetName | boolean | Changes the bookmark name. |
SetText | boolean | Sets the bookmark text. |