IEffectStyleCollection
All Implemented Interfaces: com.aspose.slides.IGenericCollection
public interface IEffectStyleCollection extends IGenericCollection<IEffectStyle>
Represents a collection of effect styles.
Methods
Method | Description |
---|---|
get_Item(int index) | Returns an element at specified position. |
get_Item(int index)
public abstract IEffectStyle get_Item(int index)
Returns an element at specified position. Read-only IEffectStyle.
Parameters:
Parameter | Type | Description |
---|---|---|
index | int | Position of element. |
Returns: IEffectStyle - Element at specified position.