BookmarkManager Methods TIBCO Spotfire 7.6 API Reference

The BookmarkManager type exposes the following members.

Methods

  Name Description
Public method AddNew(String)
Adds a new bookmark for the active page.
Public method AddNew(String, BookmarkComponentFlags)
Adds a new bookmark for the specified components on the active page.
Public method Apply(Guid)
Applies the bookmark with the specified id on the current document.
Public method Apply(Bookmark)
Applies the specified bookmark to the document.
Public method Apply(Bookmark, BookmarkComponentFlags)
Applies the components of the specified bookmark to the document.
Public method CanApply(Bookmark)
Determines whether all components of the specified bookmark can be fully applied.
Public method CanApply(Bookmark, BookmarkComponentFlags)
Determines whether the specified components of the bookmark can be fully applied.
Public method Dispose
Releases all resources managed by the BookmarkManager.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetBookmarks
Gets all the bookmarks in the document.
Public method GetService(Type)
Gets the service of the specified type.
Public method GetServiceTService
Gets the service of the specified type.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Remove
Removes the specified bookmark from the document.
Public method SavePrivateCopy
Saves a private copy of the specified bookmark.
Public method Search
Gets all bookmarks matching the specified expression.
Public method SetName
Sets the name on the specified bookmark. The specified bookmark is removed and a copy of it, with the new name, is returned.
Public method SetPublicVisibility
Sets the public visibility on the specified bookmark. The specified bookmark is removed and a copy of it, with the new public visibility value, is returned.
Public method TryGetBookmark
Tries to get the bookmark specified by id.
Public method Update
Updates the specified bookmark to reflect the active page.
Top
See Also

Reference