BookmarkManager Methods TIBCO Spotfire 6.0 API Reference
The BookmarkManager type exposes the following members.
Methods

  NameDescription
Public methodAddNew(String)
Adds a new bookmark for the active page.
Public methodAddNew(String, BookmarkComponentFlags)
Adds a new bookmark for the specified components on the active page.
Public methodApply(Guid)
Applies the bookmark with the specified id on the current document.
Public methodApply(Bookmark)
Applies the specified bookmark to the document.
Public methodApply(Bookmark, BookmarkComponentFlags)
Applies the components of the specified bookmark to the document.
Public methodCanApply(Bookmark)
Determines whether all components of the specified bookmark can be fully applied.
Public methodCanApply(Bookmark, BookmarkComponentFlags)
Determines whether the specified components of the bookmark can be fully applied.
Public methodDispose
Releases all resources managed by the BookmarkManager.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBookmarks
Gets all the bookmarks in the document.
Public methodGetService(Type)
Gets the service of the specified type.
Public methodGetService TService  
Gets the service of the specified type.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the specified bookmark from the document.
Public methodSavePrivateCopy
Saves a private copy of the specified bookmark.
Public methodSearch
Gets all bookmarks matching the specified expression.
Public methodSetName
Sets the name on the specified bookmark. The specified bookmark is removed and a copy of it, with the new name, is returned.
Public methodSetPublicVisibility
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 methodTryGetBookmark
Tries to get the bookmark specified by id.
Public methodUpdate
Updates the specified bookmark to reflect the active page.
Back to Top
See Also