IImageTransformOCollectionEffectiveData

All Implemented Interfaces: com.aspose.slides.IGenericCollection

public interface IImageTransformOCollectionEffectiveData extends IGenericCollection<IEffectEffectiveData>

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.

Methods

MethodDescription
get_Item(int index)Returns element by index.

get_Item(int index)

public abstract IEffectEffectiveData get_Item(int index)

Returns element by index.

Parameters:

ParameterTypeDescription
indexintIndex of item.

Returns: IEffectEffectiveData - The IEffectEffectiveData object.