ColorOperationCollection
Contents
[
Hide
]
ColorOperationCollection class
Represents a collection of color transform operations.
The ColorOperationCollection 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 ColorOperation. |
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() | Creates a copy of a ColorOperationCollection collection. |
clone_t() | Clones current object |
See Also
- namespace aspose.slides
- assembly Aspose.Slides