Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines 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 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 collection of methods for executing transactions on the document.
Configures a newly created document with reasonable default values such as an initial page with a visualization on it and a filter panel containing default filters for all columns and hierarchies.
This method is called when a document is created by the user, but the exact configuration produced is undefined and can change between versions. This method should only be called once. It implicitly calls Spotfire.Dxp.Application.Document.ApplyUserPreferences.
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