PageCollection Methods TIBCO Spotfire 7.11 API Reference

The PageCollection type exposes the following members.

Methods

  Name Description
Public method AddDuplicate
Creates a duplicate of the specified page and adds it to this collection. The duplicate page will become the active page.
Public method AddNew
Creates and adds a Page with a localized default title to the document. The page will become the active page.
Public method AddNew(String)
Creates and adds a Page to the document. The page will become the active page.
Public method Clear
Removes all pages from this collection.
Public method Contains
Determines whether the specified value is in this collection.
(Inherited from DocumentNodeListBaseT.)
Public method GetEnumerator
Returns an enumerator that iterates through this collection.
(Inherited from DocumentNodeListBaseT.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf
Searches for the specified value and returns the zero-based index of the first occurrence within this collection.
(Inherited from DocumentNodeListBaseT.)
Public method Move
Moves the item at the specified index to a new location in the collection.
Public method MoveVisualTo
Moves a visual from its current Page to a new page.
Public method Remove
Removes the specified Page from this page collection.
Public method RemoveAt
Removes the page at the specified index from this page collection.
Public method ToArray
Copies the elements of the collection to a new array.
(Inherited from DocumentNodeListBaseT.)
Public method TryGetPage
Tries to get a page specified by its id.
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method IEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from DocumentNodeListBaseT.)
Explicit interface implementation Private method IServiceProviderGetService
Implements IServiceProvider.
(Inherited from Node.)
Explicit interface implementation Private method INodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteTransaction (Inherited from DocumentNode.)
Top
See Also

Reference