Add Bookmark
Adds an automatic bookmark to the selected text. When presented to the user (eg: in the Navigator pane) this type of bookmark always displays the text to which it is currently applied to. However, this type of bookmark cannot be manipulated using other bookmark commands, as it does not have a proper name.
Add Bookmark As name
Adds a bookmark with the specified name to the selected text.
Bookmark Exists name v1.0.2
Returns @true if a bookmark with the given name exists in the document, otherwise @false.
Select Bookmark name
Selects the text that has the bookmark of the specified name applied.
Remove Bookmark [name] v1.0.2
If a name is not given this command works exactly the same as the corresponding menu item. If a name is provided then this command selects and removes the specified bookmark and returns @true. If the bookmark does not exist, it returns @false.
Previous Chapter File Commands |
<< index >> |
Next Chapter Misc Commands |