Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets the active Spotfire.Dxp.Data.DataTable. That is, the active Spotfire.Dxp.Data.DataTable of the active Spotfire.Dxp.Application.Visual, if there is any. May return null.
Gets the active filter. That is, the active filtering of the active page if there is any. May return null.
Gets the active marking. That is, the active marking of the active Spotfire.Dxp.Application.Visual, if there is any. May return null.
Gets or sets the currently active Spotfire.Dxp.Application.Page.
Note: This property can return null, but cannot be set to null.
Gets the active Spotfire.Dxp.Application.Visual. That is, the active Spotfire.Dxp.Application.Visual of the active Spotfire.Dxp.Application.Page, if there is any. May return null.
Gets the collection of Spotfire.Dxp.Application.Bookmarks. The collection can be used to create new bookmarks or to find and apply existing ones.
Gets the collection of executions of calculations.
Gets the coloring templates.
Gets settings for compatibility with older versions.
Gets the context of this node.
Gets the collection of custom nodes associated with this document.
Gets the Data Manager, which can be used to access the data contained in this document.
Gets the collection of filter schemes in the document. The FilteringSchemeCollection can be used to access and/or manipulate filters and filtering schemes.
Gets a value indicating whether this node is attached.
Gets the pages of this document.
Gets the document properties.
Gets a collection of methods for executing transactions on the document.
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.
Gets the prepared Spotfire.Dxp.Application.Export.Reports saved in the document.
The reports.
Gets the style properties for an element in the user interface.
The element.
An object with properties describing the style of the element.
Tries to get the Spotfire.Dxp.Application.Export.Report specified by name.
True if the report specified by name was found; otherwise False.
A document opened in a running instance of Spotfire is referred to as an Analysis Document. The document not only contains a series of metadata information (see Spotfire.Dxp.Application.DocumentMetadata), but it also contains references to the data itself (see Spotfire.Dxp.Data.DataManager), and to various other components being part of the document, such as pages, filterings, bookmarks, etc.
As soon as data has been opened in Spotfire, an instance of this class can be accessed through the Spotfire.Dxp.Application.AnalysisApplication.Document property of the Spotfire.Dxp.Application.AnalysisApplication. This is regardless of whether the data was opened through the user interface or programmatically. Hence, new instances of this class cannot be created through calls to the constructor.
When a document is opened in Spotfire using the user interface, the document will be automatically configured to be ready for use. This includes creation of a new page and adding a default visualization to that page. When opening a document through the API, however, it is empty. To achieve the same result as opening the document through the user interface, a call to the Spotfire.Dxp.Application.Document.AutoConfigure method must be made.
Since
2.0