IGradientStopCollectionEffectiveData

All Implemented Interfaces: com.aspose.slides.IGenericCollection

public interface IGradientStopCollectionEffectiveData extends IGenericCollection<IGradientStopEffectiveData>

Represents a collection of GradientStopData objects.

Methods

MethodDescription
get_Item(int index)Returns the gradient stop by index.

get_Item(int index)

public abstract IGradientStopEffectiveData get_Item(int index)

Returns the gradient stop by index.

Parameters:

ParameterTypeDescription
indexint

Returns: IGradientStopEffectiveData