IColorOperationCollection
Contents
[
Hide
]
IColorOperationCollection class
Represents a collection of color transform operations.
The IColorOperationCollection type exposes the following members:
Properties
Name | Description |
---|---|
as_i_collection | Returns ICollection class. |
as_i_enumerable | Returns IEnumerable class. |
Indexer
Name | Description |
---|---|
[index] | Returns or sets the operation at the specified index. Read/write IColorOperation. |
Methods
Name | Description |
---|---|
add(operation, parameter) | Adds a new operation to the end of collection. |
add(operation) | Adds a new operation to the end of collection. |
insert(position, operation, parameter) | Inserts the new operation to a collection. |
insert(position, operation) | Inserts the new operation to a collection. |
remove_at(index) | Removes the color operation from a collection. |
clear() | Removes all color operations. |
clone_t() | Creates a new object that is a copy of the current instance. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides