com.aspose.slides
Interface IEffectStyleCollection

All Superinterfaces:
com.aspose.ms.System.Collections.IEnumerable<IEffectStyle>, IGenericCollection<IEffectStyle>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IEffectStyle>, java.lang.Iterable<IEffectStyle>
All Known Implementing Classes:
EffectStyleCollection

public interface IEffectStyleCollection
extends IGenericCollection<IEffectStyle>

Represents a collection of effect styles.


Method Summary
 IEffectStyle get_Item(int index)
           Returns an element at specified position.
 
Methods inherited from interface com.aspose.slides.IGenericCollection
copyTo, getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

get_Item

IEffectStyle get_Item(int index)

Returns an element at specified position. Read-only IEffectStyle.

Parameters:
index - Position of element.
Returns:
Element at specified position.


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.