BehaviorPropertyCollection
Overview
BehaviorPropertyCollection is a class in Aspose.Slides FOSS for Python.
Inherits from: BaseCollection, IBehaviorPropertyCollection.
Represents collection of behavior properties.
This class provides 3 methods for working with BehaviorPropertyCollection objects in Python programs.
Available methods include: add, as_i_enumerable, index_of.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: as_i_enumerable, length.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
as_i_enumerable | Any | Read | Gets the as i enumerable. |
length | int | Read | Returns the number of elements. |
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 |
as_i_enumerable() → Any | Returns IEnumerable interfaces. |