|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ImageTransformEx
@Deprecated public class ImageTransformEx
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 |
---|
public int getCount()
Returns the number of image effects in a collection.
Read-only int
.
public void removeAt(int index)
Removes an image effect from a collection at the specified index.
index
- Index of an image effect that should be deleted.public void clear()
Removes all image effects from a collection.
public int add(ImageTransformOperationEx operation)
Adds the new image effect to the end of a collection.
operation
- The image effect to add to the end of a collection.
public com.aspose.ms.System.Collections.IEnumerator<ImageTransformOperationEx> iterator()
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<ImageTransformOperationEx>
iterator
in interface java.lang.Iterable<ImageTransformOperationEx>
IEnumerator
for the entire collection.public ImageTransformOperationEx get_Item(int index)
Returns an ImageTransformOperationEx
from the collection by it's index.
index
-
public BaseSlideEx getSlide()
Returns the parent slide for an ImageTransformEx collection.
Read-only BaseSlideEx
.
public PresentationEx getPresentation()
Returns the parent presentation for an ImageTransformEx collection.
Read-only PresentationEx
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |