GradientStopCollection

GradientStopCollection

Overview

GradientStopCollection is a class in Aspose.Slides FOSS for Python. Inherits from: PVIObject, ISlideComponent, IPresentationComponent.

Represnts a collection of gradient stops.

Properties

NameTypeAccessDescription
as_i_collectionlistReadProvides the collection as a standard Python list
as_i_enumerableAnyReadProvides an enumerable view of the gradient stops

Methods

SignatureDescription
add()IGradientStopAdds 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

See Also