com.aspose.slides
Class ImageTransformEx

java.lang.Object
  extended by com.aspose.slides.ImageTransformEx
All Implemented Interfaces:
com.aspose.ms.System.Collections.IEnumerable<ImageTransformOperationEx>, java.lang.Iterable<ImageTransformOperationEx>
Direct Known Subclasses:
ImageTransformOperationExCollection

Deprecated.

@Deprecated
public class ImageTransformEx
extends java.lang.Object
implements com.aspose.ms.System.Collections.IEnumerable<ImageTransformOperationEx>

Represents a collection of effects apllied to an image.


Method Summary
 int add(ImageTransformOperationEx operation)
          Deprecated.  Adds the new image effect to the end of a collection.
 void clear()
          Deprecated.  Removes all image effects from a collection.
 ImageTransformOperationEx get_Item(int index)
          Deprecated.  Returns an ImageTransformOperationEx from the collection by it's index.
 int getCount()
          Deprecated.  Returns the number of image effects in a collection.
 PresentationEx getPresentation()
          Deprecated.  Returns the parent presentation for an ImageTransformEx collection.
 BaseSlideEx getSlide()
          Deprecated.  Returns the parent slide for an ImageTransformEx collection.
 com.aspose.ms.System.Collections.IEnumerator<ImageTransformOperationEx> iterator()
          Deprecated.  Returns an enumerator for the entire collection.
 void removeAt(int index)
          Deprecated.  Removes an image effect from a collection at the specified index.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCount

public int getCount()
Deprecated. 

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


removeAt

public void removeAt(int index)
Deprecated. 

Removes an image effect from a collection at the specified index.

Parameters:
index - Index of an image effect that should be deleted.

clear

public void clear()
Deprecated. 

Removes all image effects from a collection.


add

public int add(ImageTransformOperationEx operation)
Deprecated. 

Adds the new image effect to the end of a collection.

Parameters:
operation - The image effect to add to the end of a collection.
Returns:
Index of the new image effect in a collection.

iterator

public com.aspose.ms.System.Collections.IEnumerator<ImageTransformOperationEx> iterator()
Deprecated. 

Returns an enumerator for the entire collection.

Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable<ImageTransformOperationEx>
Specified by:
iterator in interface java.lang.Iterable<ImageTransformOperationEx>
Returns:
An IEnumerator for the entire collection.

get_Item

public ImageTransformOperationEx get_Item(int index)
Deprecated. 

Returns an ImageTransformOperationEx from the collection by it's index.

Parameters:
index -
Returns:

getSlide

public BaseSlideEx getSlide()
Deprecated. 

Returns the parent slide for an ImageTransformEx collection. Read-only BaseSlideEx.


getPresentation

public PresentationEx getPresentation()
Deprecated. 

Returns the parent presentation for an ImageTransformEx collection. Read-only PresentationEx.