insert method
insert
Inserts new behavior to a collection at the specified index.
def insert(self, index, item):
...
Parameter | Type | Description |
---|---|---|
index | int | Index where new behavior should be inserted. |
item | IBehavior | Behavior to insert. |
See Also
- class
IBehavior
- class
IBehaviorCollection
- module
aspose.slides.animation
- library
Aspose.Slides