GradientStopCollection
General
GradientStopCollection is a class in Aspose.Slides for Python.
Inherits from: PVIObject, ISlideComponent, IPresentationComponent.
GradientStopCollection és una classe en Aspose.Slides per a Python. És heretat de: ゚PVIObject, ⌒ISlideComponentヽ , ゙IPresentationComponent .
Representa una col·lecció d’estofades de gradient.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
as_i_collection | list | Read | Provides the gradient stops as a Python list |
as_i_enumerable | Any | Read | Provides the gradient stops as an enumerable collection |
Mètodes
| Signature | Description |
|---|---|
add() → IGradientStop | Adds a new gradient stop to the collection and returns it as IGradientStop |
insert() | Inserts a gradient stop into the collection at a specified position |
remove_at(index) | Removes the gradient stop at the given index from the collection |
clear() | Removes all gradient stops from the collection |