insert method
insert
Inserts the new operation to a collection.
Returns
Inserted operation.
def insert(self, position, operation):
...
Parameter | Type | Description |
---|---|---|
position | int | The index at which the operation will be inserted. |
operation | ColorTransformOperation | Operation type. |
insert
Inserts the new operation to a collection.
Returns
Inserted operation.
def insert(self, position, operation, parameter):
...
Parameter | Type | Description |
---|---|---|
position | int | The index at which the operation will be inserted. |
operation | ColorTransformOperation | Operation type. |
parameter | float | Operation’s parameter. |
See Also
- class
ColorOperationCollection
- enumeration
ColorTransformOperation
- class
IColorOperation
- module
aspose.slides
- library
Aspose.Slides