com.aspose.slides
Class EffectStyleCollectionEffectiveData

java.lang.Object
  extended by com.aspose.slides.EffectStyleCollectionEffectiveData
All Implemented Interfaces:
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IEffectStyleEffectiveData>, com.aspose.ms.System.Collections.ICollection<IEffectStyleEffectiveData>, com.aspose.ms.System.Collections.IEnumerable<IEffectStyleEffectiveData>, IEffectStyleCollectionEffectiveData, java.lang.Iterable<IEffectStyleEffectiveData>

public class EffectStyleCollectionEffectiveData
extends java.lang.Object
implements IEffectStyleCollectionEffectiveData

Immutable EffectStyleCollection object.


Method Summary
 void copyTo(com.aspose.ms.System.Array array, int index)
           Copies all elements from the collection to the specified array.
 IEffectStyleEffectiveData get_Item(int index)
           Gets the element at the specified index.
 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.Generic.IGenericEnumerator<IEffectStyleEffectiveData> iterator()
           Returns an enumerator that iterates through the collection.
 int size()
           Gets the number of elements actually contained in the collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

public int size()

Gets the number of elements actually contained in the collection.

Specified by:
size in interface com.aspose.ms.System.Collections.ICollection<IEffectStyleEffectiveData>

get_Item

public IEffectStyleEffectiveData get_Item(int index)

Gets the element at the specified index. Read-only IEffectStyleEffectiveData.

Specified by:
get_Item in interface IEffectStyleCollectionEffectiveData

iterator

public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IEffectStyleEffectiveData> iterator()

Returns an enumerator that iterates through the collection.

Specified by:
iterator in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IEffectStyleEffectiveData>
Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable<IEffectStyleEffectiveData>
Specified by:
iterator in interface java.lang.Iterable<IEffectStyleEffectiveData>
Returns:
A T:System.Collections.Generic.IEnumerator`1 that can be used to iterate through the collection.

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<IEffectStyleEffectiveData>
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<IEffectStyleEffectiveData>

getSyncRoot

public java.lang.Object getSyncRoot()

Returns a synchronization root. Readonly object.

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