com.aspose.slides
Class EffectStylesEx

java.lang.Object
  extended by com.aspose.slides.EffectStylesEx
All Implemented Interfaces:
com.aspose.ms.System.Collections.IEnumerable<EffectStyleEx>, java.lang.Iterable<EffectStyleEx>
Direct Known Subclasses:
EffectStyleExCollection

Deprecated.

@Deprecated
public class EffectStylesEx
extends java.lang.Object
implements com.aspose.ms.System.Collections.IEnumerable<EffectStyleEx>

Represents a collection of effect styles.


Method Summary
 EffectStyleEx get_Item(int index)
          Deprecated.  Returns an element at specified position.
 int getCount()
          Deprecated.  Returns a number of elements in the collection.
 com.aspose.ms.System.Collections.IEnumerator<EffectStyleEx> iterator()
          Deprecated.  Returns an enumerator for the entire collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCount

public int getCount()
Deprecated. 

Returns a number of elements in the collection. Readonly int,


get_Item

public EffectStyleEx get_Item(int index)
Deprecated. 

Returns an element at specified position. Readonly EffectStyleEx.

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

iterator

public com.aspose.ms.System.Collections.IEnumerator<EffectStyleEx> iterator()
Deprecated. 

Returns an enumerator for the entire collection.

Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable<EffectStyleEx>
Specified by:
iterator in interface java.lang.Iterable<EffectStyleEx>