ISequence class
Contents
[
Hide
]ISequence class
Represents sequence (collection of effects).
The ISequence type exposes the following members:
Properties
| Property | Description |
|---|---|
count | Returns the number of effects in a sequense. Read-only int. |
trigger_shape | Returns or sets shape target for INTERACTIVE sequence. If sequence is not interactive then returns None. Read/write IShape. |
Returns an effect at the specified index.
Indexer
| Name | Description |
|---|---|
[index] | Index |
Methods
| Method | Description |
|---|---|
add_effect | Add new effect to the end of sequence. |
add_effect | Add new animation effect for paragraph to the end of sequence. |
add_effect | Adds the new chart animation effect for category or series to the end of sequence. |
add_effect | Adds the new chart animation effect for elements in category or series to the end of sequence. |
remove | Removes specified effect from a collection. |
remove_at | Removes an effect from a collection. |
clear | Removes all effects from a collection. |
remove_by_shape | Remove effect for the specified shape. |
get_effects_by_shape | Returns array of effects for the specified shape. |
get_effects_by_paragraph | Returns array of effects for the specified paragraph. |
get_count | Returns count of effects for the specified shape. |
See Also
- module
aspose.slides.animation - library
Aspose.Slides