ColoringTemplateCollection Methods TIBCO Spotfire 7.11 API Reference

The ColoringTemplateCollection type exposes the following members.

Methods

  Name Description
Public method AddCopy(Coloring)
Adds a copy of the given Coloring.
Public method AddCopy(Coloring, String)
Adds a copy of the given Coloring with a new display name.
Public method AddFromLibrary
Adds the specified color scheme from the library to this ColoringTemplateCollection.
Public method AddFromStream
Adds a Coloring to this collection by reading from the given stream. The content of the stream must be a dxpcolor file.
Public method AddNew
Creates a new Coloring and adds it to this collection.
Public method Clear
Clears the collection.
Public method Contains
Determines whether a Coloring with the given name exists in this collection.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method RemoveAt
Removes the item at the given index.
Public method TryGetValue
Tries to get the Coloring with the specified name, returning true upon success.
Top
Explicit Interface Implementations

  Name Description
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