com.spire.presentation.collections
Class EffectStyleList

java.lang.Object
  extended by com.spire.presentation.collections.EffectStyleList
All Implemented Interfaces:
com.spire.ms.System.Collections.IEnumerable, java.lang.Iterable
Direct Known Subclasses:
EffectStyleCollection

public class EffectStyleList
extends java.lang.Object
implements com.spire.ms.System.Collections.IEnumerable

Represents a collection of effect styles.


Constructor Summary
EffectStyleList()
           
 
Method Summary
 EffectStyle get(int index)
          Gets an element at specified position.
 int getCount()
          Gets a number of elements in the collection.
 com.spire.ms.System.Collections.IEnumerator iterator()
          Gets a iterator of the collection.
 

Constructor Detail

EffectStyleList

public EffectStyleList()
Method Detail

getCount

public int getCount()
Gets a number of elements in the collection. Readonly ,

Returns:

get

public EffectStyle get(int index)
Gets an element at specified position. Readonly .

Parameters:
index -
Returns:

iterator

public com.spire.ms.System.Collections.IEnumerator iterator()
Gets a iterator of the collection.

Returns: