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.
Readonly
ItemGets the element at the specified index.
Gets the context of this node.
Gets the number of elements contained in this instance.
Gets a value indicating whether this node is attached.
Gets or sets the page navigation mode (tabs or links) used to switch between the pages of the document.
Gets a collection of methods for executing transactions on the document.
Gets the settings that control the size of the visualization area.
Creates a duplicate of the specified page and adds it to this collection. The duplicate page will become the active page.
The Spotfire.Dxp.Application.Page to duplicate. It must be attached to the document.
The duplicate Spotfire.Dxp.Application.Page.
Creates and adds a Spotfire.Dxp.Application.Page with a localized default title to the document. The page will become the active page.
Creates and adds a Spotfire.Dxp.Application.Page to the document. The page will become the active page.
A suggested title. A suffix will be added to the suggested title if it is not unique, that is, another visual page with the name exists. Note that only the first 1000 characters of the suggested title are considered when naming the new page.
The object model representation of the page that was added.
Determines whether the specified value is in this collection.
The object to locate in this collection. The value can be null.
true if value is found in this collection; otherwise, false.
Returns an enumerator that iterates through this collection.
An System.Collections.Generic.IEnumerator for this collection.
Searches for the specified value and returns the zero-based index of the first occurrence within this collection.
The object to locate. The value can be null.
The zero-based index of the first occurrence of value within this collection, if found; otherwise, -1.
Moves a visual from its current Spotfire.Dxp.Application.Page to a new page.
Removes the specified Spotfire.Dxp.Application.Page from this page collection.
The page to remove.
true if the page was successfully removed from this page collection, otherwise false. This method also returns false if the page is not found.
Removes the page at the specified index from this page collection.
The index of the page to remove.
Copies the elements of the collection to a new array.
An array containing the elements.
A collection of visual pages in an analysis document. Note that new instances of this class cannot be created. The one and only instance is accessed through the Spotfire.Dxp.Application.Document.Pages property of the Spotfire.Dxp.Application.Document class.
The instance of this class can be used directly either to enumerate or to modify the visual pages in the document, that is, add new pages, remove pages, move pages, etc.
Since
2.0