|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ImageTransformEx
public class ImageTransformEx
Represents a collection of effects applied to an image.
Method Summary | |
---|---|
int |
add(ImageTransformOperationEx operation)
Adds a new image effect to the end of a collection. |
void |
clear()
Removes all image effects from a collection. |
PresentationEx |
getPresentation()
|
BaseSlideEx |
getSlide()
|
java.util.Iterator |
iterator()
Returns an iterator for the entire collection. |
void |
remove(int index)
Removes an image effect from a collection at the specified index. |
int |
size()
Returns the number of image effects in a collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
public void remove(int index)
index
- index of an image effect to remove.public void clear()
public int add(ImageTransformOperationEx operation)
operation
- The image effect to add to the end of a collection.
public java.util.Iterator iterator()
public BaseSlideEx getSlide()
public PresentationEx getPresentation()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |