com.aspose.slides.pptx.effects
Class ImageTransformEx

java.lang.Object
  extended by com.aspose.slides.pptx.effects.ImageTransformEx
All Implemented Interfaces:
IPresentationComponent, ISlideComponent

public class ImageTransformEx
extends java.lang.Object
implements ISlideComponent

Collection of effects applied to an image.


Method Summary
 int add(ImageTransformOperationEx operation)
          Adds the new image effect to the end of a collection.
 void clear()
          Removes all image effects from a collection.
 int count()
          Returns the number of image effects in a collection.
 PresentationEx getPresentation()
          Returns the parent presentation for an ImageTransformEx collection.
 BaseSlideEx getSlide()
          Returns the parent slide for an ImageTransformEx collection.
 java.util.Iterator iterator()
          Returns an iterator for the entire collection.
 void removeAt(int index)
          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

count

public int count()
Returns the number of image effects in a collection.


removeAt

public void removeAt(int index)
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()
Removes all image effects from a collection.


add

public int add(ImageTransformOperationEx operation)
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 java.util.Iterator iterator()
Returns an iterator for the entire collection.


getSlide

public BaseSlideEx getSlide()
Returns the parent slide for an ImageTransformEx collection.

Specified by:
getSlide in interface ISlideComponent

getPresentation

public PresentationEx getPresentation()
Returns the parent presentation for an ImageTransformEx collection.

Specified by:
getPresentation in interface IPresentationComponent