com.spire.presentation.collections
Class EffectStyleCollection

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

public final class EffectStyleCollection
extends EffectStyleList
implements com.spire.ms.System.Collections.ICollection

Represents a collection of effect styles.


Constructor Summary
EffectStyleCollection()
           
 
Method Summary
 void copyTo(java.lang.Object[] array, int index)
          Copies all elements from the collection to the specified array.
 java.lang.Object getSyncRoot()
          Gets a synchronization root.
 boolean isSynchronized()
          Gets a value indicating whether access to the collection is synchronized (thread-safe).
 int size()
          Gets the size of the collection.
 
Methods inherited from class com.spire.presentation.collections.EffectStyleList
get, getCount, iterator
 

Constructor Detail

EffectStyleCollection

public EffectStyleCollection()
Method Detail

copyTo

public void copyTo(java.lang.Object[] array,
                   int index)
Copies all elements from the collection to the specified array.

Parameters:
array -
index -

isSynchronized

public boolean isSynchronized()
Gets a value indicating whether access to the collection is synchronized (thread-safe).

Returns:

getSyncRoot

public java.lang.Object getSyncRoot()
Gets a synchronization root. Readonly .

Returns:

size

public int size()
Gets the size of the collection.

Returns: