IEffectStyleCollection

All Implemented Interfaces: com.aspose.slides.IGenericCollection

public interface IEffectStyleCollection extends IGenericCollection<IEffectStyle>

Represents a collection of effect styles.

Methods

MethodDescription
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:

ParameterTypeDescription
indexintPosition of element.

Returns: IEffectStyle - Element at specified position.