IGradientStopCollectionEffectiveData
All Implemented Interfaces: com.aspose.slides.IGenericCollection
public interface IGradientStopCollectionEffectiveData extends IGenericCollection<IGradientStopEffectiveData>
Represents a collection of GradientStopData objects.
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| index | int |
Returns: IGradientStopEffectiveData