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 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 details on demand panel for this Spotfire.Dxp.Application.Page.
Gets or sets the minimum height of the page. This is used if Spotfire.Dxp.Application.Page.HasMinimumHeight is set to true.
Gets or sets the minimum width of the page. This is used if Spotfire.Dxp.Application.Page.HasMinimumWidth is set to true.
Gets the Spotfire.Dxp.Application.Panel collection for the Spotfire.Dxp.Application.Page.
Gets a collection of methods for executing transactions on the document.
Gets or sets a value indicating whether this Spotfire.Dxp.Application.Page is visible.
Only pages that are visible are shown when a Spotfire analysis is used in "Viewing" mode and only the visible pages are included by default when exporting to PDF. An IronPython script or action can still be used to navigate to a hidden (the Visible property set to false) page in "Viewing" mode.
When a Spotfire analysis is used in "Editing" mode all pages are shown in the page navigation, but pages with the Visible property set to false are indicated.
Gets the collection of Spotfire.Dxp.Application.Visual objects on this Spotfire.Dxp.Application.Page.
Applies the supplied Spotfire.Dxp.Application.Layout.LayoutDefinition to the Spotfire.Dxp.Application.Visuals in this Spotfire.Dxp.Application.Page.
The layout to arrange by.
Applies the supplied Spotfire.Dxp.Application.Layout.TileMode to the Spotfire.Dxp.Application.Page.
The Spotfire.Dxp.Application.Layout.TileMode to apply.
Configures this page using settings from the specified source page.
Source page. Can be null.
Gets the bounds of a visual in the user interface.
The Spotfire.Dxp.Application.Visual to get the bounds for.
Current bounds.
This methods gets the current bounds of a visual in the user interface. In order to get a reliable and up to date result from this method, the user interface must be allowed to run its layout code. This can be forced by setting the ActivePageReference property on the document.
If no user interface is present, or if the user interface has not displayed this visual yet, the method returns Rectangle.Empty.
The rectangle is relative to the visualization area of a page. It is not adjusted for margins.
Gets the bounds of a visual given a rectangle defining a visualization area.
The bounds the visual would have, given the bounds of a visualization area.
Gets the size of the visualization area in the user interface.
The size of the visualization area in pixels.
All the visuals are displayed in the visualization area at the center of the page. The panels are docked to the sides around the visualization area.
The size of the visualization area is controlled by the user interface. In order to get a reliable and up to date result from this method, the user interface must be allowed to run its layout code. This can be forced by setting the ActivePageReference property on the document.
If the application has no running user interface, this method returns Size.Empty.
A page contains visuals and panels.
Remark
The visuals are displayed in the visualization area at the center of the page. The panels are docked to the sides around the visualization area.
Since
2.0