Bookmark Provider
interface BookmarkProvider
Handles all bookmark related operations on the owning document. Retrieve it with getBookmarkProvider
Types
Link copied to clipboard
interface BookmarkListener
Listener for notifying other components when bookmarks change.
Functions
Link copied to clipboard
Adds a new bookmark to the document.
Link copied to clipboard
Adds bookmark to the document.
Link copied to clipboard
Adds a BookmarkListener for being notified when bookmarks have been changed.
Link copied to clipboard
Returns the list of bookmarks in the document.
Link copied to clipboard
Returns the list of bookmarks in the document.
Link copied to clipboard
Returns
true
if there were any changes to the bookmarks without save.Link copied to clipboard
Removes bookmark from the document.
Link copied to clipboard
Remove bookmark from the document.
Link copied to clipboard
Removes a previously registered BookmarkListener.