Document Properties TIBCO Spotfire 7.6 API Reference

The Document type exposes the following members.

Properties

  Name Description
Public property ActiveDataTableReference
Gets the active DataTable. That is, the active DataTable of the active Visual, if there is any. May return null.
Public property ActiveFilteringSelectionReference
Gets the active filter. That is, the active filtering of the active page if there is any. May return null.
Public property ActiveMarkingSelectionReference
Gets the active marking. That is, the active marking of the active Visual, if there is any. May return null.
Public property ActivePageReference
Gets or sets the currently active Page.

Note: This property can return null, but cannot be set to null.

Public property ActiveVisualReference
Gets the active Visual. That is, the active Visual of the active Page, if there is any. May return null.
Public property Bookmarks
Gets the collection of Bookmarks. The collection can be used to create new bookmarks or to find and apply existing ones.
Public property Calculations
Gets the collection of executions of calculations.
Public property ColoringTemplates
Gets the coloring templates.
Public property Context
Gets the context of this node.
(Inherited from DocumentNode.)
Public property CustomNodes
Gets the collection of custom nodes associated with this document.
Public property Data
Gets the Data Manager, which can be used to access the data contained in this document.
Public property FilteringSchemes
Gets the collection of filter schemes in the document. The FilteringSchemeCollection can be used to access and/or manipulate filters and filtering schemes.
Public property IsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public property Pages
Gets the pages of this document.
Public property Properties
Gets the document properties.
Public property ScriptManager
Gets the script manger.
Public property Transactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Public property UseLightTooltips
Gets or sets a value controlling if tooltips are rendered using dark text on a light background (as in pre 4.0 versions), or light text on dark background.
Top
See Also

Reference