BehaviorPropertyCollection

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

NameTypeAccessDescription
as_i_enumerableAnyReadGets the as i enumerable.
lengthintReadReturns the number of elements.

Methods

SignatureDescription
add(property_value)Adds the specified property value to the collection
index_of(property_value)intReturns the zero‑based index of the given property value, or -1 if absent
as_i_enumerable()AnyReturns IEnumerable interfaces.

See Also