com.aspose.slides
Class EffectStyleCollection

java.lang.Object
  extended by com.aspose.slides.EffectStyleCollection
All Implemented Interfaces:
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IEffectStyle>, com.aspose.ms.System.Collections.IEnumerable<IEffectStyle>, IEffectStyleCollection, IGenericCollection<IEffectStyle>, java.lang.Iterable<IEffectStyle>

public final class EffectStyleCollection
extends java.lang.Object
implements IEffectStyleCollection

Represents a collection of effect styles.


Method Summary
 void copyTo(IEffectStyle[] array, int index)
           Copies all elements from the collection to the specified array.
 IEffectStyle get_Item(int index)
           Returns an element at specified position.
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 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<IEffectStyle> iterator()
           Returns an enumerator that iterates through the collection.
 int size()
           Returns a number of elements 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()

Returns a number of elements in the collection. Read-only int.

Specified by:
size in interface IGenericCollection<IEffectStyle>

get_Item

public IEffectStyle get_Item(int index)

Returns an element at specified position. Read-only EffectStyle.

Specified by:
get_Item in interface IEffectStyleCollection
Parameters:
index - Position of element.
Returns:
Element at specified position.

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.


iterator

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

Returns an enumerator that iterates through the collection.

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

copyTo

public void copyTo(IEffectStyle[] array,
                   int index)

Copies all elements from the collection to the specified array.

Specified by:
copyTo in interface IGenericCollection<IEffectStyle>
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). Read-only boolean.

Specified by:
isSynchronized in interface IGenericCollection<IEffectStyle>

getSyncRoot

public java.lang.Object getSyncRoot()

Returns a synchronization root. Read-only Object.

Specified by:
getSyncRoot in interface IGenericCollection<IEffectStyle>


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.