|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.effects.ImageTransformEx
public class ImageTransformEx
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 |
---|
public int count()
public void removeAt(int index)
index
- Index of an image effect that should be deleted.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()
getSlide
in interface ISlideComponent
public PresentationEx getPresentation()
getPresentation
in interface IPresentationComponent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |