com.aspose.slides
Class EffectStyleExCollection

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

public final class EffectStyleExCollection
extends EffectStylesEx
implements com.aspose.ms.System.Collections.ICollection<EffectStyleEx>

Represents a collection of effect styles.


Method Summary
 void copyTo(com.aspose.ms.System.Array array, int index)
           Copies all elements from the collection to the specified array.
 EffectStyleEx get_Item(int index)
           Returns an element at specified position.
 int getCount()
           Returns a number of elements in the collection.
 java.lang.Object getSyncRoot()
           Returns a synchronization root.
 boolean isSynchronized()
           Returns a value indicating whether access to the collection is synchronized (thread-safe).
 com.aspose.ms.System.Collections.IEnumerator<EffectStyleEx> iterator()
           Returns an enumerator for the entire collection.
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

copyTo

public void copyTo(com.aspose.ms.System.Array array,
                   int index)

Copies all elements from the collection to the specified array.

Specified by:
copyTo in interface com.aspose.ms.System.Collections.ICollection<EffectStyleEx>
Parameters:
array - Target array.
index - Starting index in the target array.

isSynchronized

public boolean isSynchronized()

Returns a value indicating whether access to the collection is synchronized (thread-safe).

Specified by:
isSynchronized in interface com.aspose.ms.System.Collections.ICollection<EffectStyleEx>

getSyncRoot

public java.lang.Object getSyncRoot()

Returns a synchronization root. Readonly object.

Specified by:
getSyncRoot in interface com.aspose.ms.System.Collections.ICollection<EffectStyleEx>

size

public int size()
Specified by:
size in interface com.aspose.ms.System.Collections.ICollection<EffectStyleEx>

getCount

public int getCount()
Description copied from class: EffectStylesEx

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

Overrides:
getCount in class EffectStylesEx

get_Item

public EffectStyleEx get_Item(int index)
Description copied from class: EffectStylesEx

Returns an element at specified position. Readonly EffectStyleEx.

Overrides:
get_Item in class EffectStylesEx
Parameters:
index - Position of element.
Returns:
Element at specified position.

iterator

public com.aspose.ms.System.Collections.IEnumerator<EffectStyleEx> iterator()
Description copied from class: EffectStylesEx

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>
Overrides:
iterator in class EffectStylesEx