GradientStopCollection
Overview
GradientStopCollection is a class in Aspose.Slides FOSS for Python.
Inherits from: PVIObject, ISlideComponent, IPresentationComponent.
Represnts a collection of gradient stops.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
as_i_collection | list | Read | Provides the collection as a standard Python list |
as_i_enumerable | Any | Read | Provides an enumerable view of the gradient stops |
Methods
| Signature | Description |
|---|---|
add() → IGradientStop | Adds a new gradient stop and returns an IGradientStop instance |
insert() | Inserts a gradient stop into the collection |
remove_at(index) | Removes the gradient stop at the given index |
clear() | Removes all gradient stops from the collection |