ImageTransformOCollectionEffectiveData

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IEffectiveData, com.aspose.slides.IImageTransformOCollectionEffectiveData

public class ImageTransformOCollectionEffectiveData implements IEffectiveData, IImageTransformOCollectionEffectiveData

Immutable object that represents a readonly collection of effective image transform effects.


Name IImageTransformOperationCollectionEffectiveData truncuted to IImageTransformOCollectionEffectiveData because of COM names length cannot be more then 39.

Constructors

ConstructorDescription
ImageTransformOCollectionEffectiveData()

Methods

MethodDescription
size()Returns the number of image effects in a collection.
get_Item(int index)Returns element by index.
equals(Object obj)Determines whether the specified object is equal to the current object.
hashCode()Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
iterator()Returns an enumerator that iterates through the collection.
iteratorJava()Returns a java iterator for the entire collection.
copyTo(System.Array array, int index)Copies all elements from the collection into the specified array.
isSynchronized()Returns a value indicating whether access to the collection is synchronized (thread-safe).
getSyncRoot()Returns a synchronization root.

ImageTransformOCollectionEffectiveData()

public ImageTransformOCollectionEffectiveData()

size()

public final int size()

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

Returns: int

get_Item(int index)

public final IEffectEffectiveData get_Item(int index)

Returns element by index.

Parameters:

ParameterTypeDescription
indexintIndex of element.

Returns: IEffectEffectiveData - The IEffectEffectiveData object.

equals(Object obj)

public boolean equals(Object obj)

Determines whether the specified object is equal to the current object.

Parameters:

ParameterTypeDescription
objjava.lang.ObjectThe object to compare with the current object.

Returns: boolean - true if the specified object is equal to the current object; otherwise, false.

hashCode()

public int hashCode()

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

Returns: int - A hash code for the current object.

iterator()

public final System.Collections.Generic.IGenericEnumerator<IEffectEffectiveData> iterator()

Returns an enumerator that iterates through the collection.

Returns: com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.slides.IEffectEffectiveData> - A IGenericEnumerator that can be used to iterate through the collection.

iteratorJava()

public final System.Collections.Generic.IGenericEnumerator<IEffectEffectiveData> iteratorJava()

Returns a java iterator for the entire collection.

Returns: com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.slides.IEffectEffectiveData> - An java.util.Iterator for the entire collection.

copyTo(System.Array array, int index)

public final void copyTo(System.Array array, int index)

Copies all elements from the collection into the specified array.

Parameters:

ParameterTypeDescription
arraycom.aspose.ms.System.ArrayArray to fill.
indexintStarting position in target array.

isSynchronized()

public final boolean isSynchronized()

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

Returns: boolean

getSyncRoot()

public final Object getSyncRoot()

Returns a synchronization root. Read-only Object.

Returns: java.lang.Object