BehaviorPropertyCollection
Overview
BehaviorPropertyCollection is a class in Aspose.Slides FOSS for Python.
Inherits from: BaseCollection, IBehaviorPropertyCollection.
Represents collection of behavior properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
as_i_enumerable | Any | Read | Provides an iterable view of the collection |
Methods
| Signature | Description |
|---|---|
add(property_value) | Adds the specified property value to the collection |
index_of(property_value) → int | Returns the zero‑based index of the given property value, or -1 if absent |