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
Method | Description |
---|---|
get_Item(int index) | Returns element by index. |
get_Item(int index)
public abstract IEffectEffectiveData get_Item(int index)
Returns element by index.
Parameters:
Parameter | Type | Description |
---|---|---|
index | int | Index of item. |
Returns: IEffectEffectiveData - The IEffectEffectiveData object.