|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ImageTransformEx
com.aspose.slides.ImageTransformOperationExCollection
public final class ImageTransformOperationExCollection
Represents a collection of effects apllied 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. |
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies all elements from the collection to the specified array. |
ImageTransformOperationEx |
get_Item(int index)
Returns an ImageTransformOperationEx from the collection by it's index. |
int |
getCount()
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.lang.Object |
getSyncRoot()
Returns a synchronization root. |
boolean |
isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe). |
com.aspose.ms.System.Collections.IEnumerator<ImageTransformOperationEx> |
iterator()
Returns an enumerator for the entire collection. |
void |
removeAt(int index)
Removes an image effect from a collection at the specified index. |
int |
size()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void copyTo(com.aspose.ms.System.Array array, int index)
Copies all elements from the collection to the specified array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection<ImageTransformOperationEx>
array
- Target array.index
- Starting index in the target array.public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection<ImageTransformOperationEx>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<ImageTransformOperationEx>
public int size()
size
in interface com.aspose.ms.System.Collections.ICollection<ImageTransformOperationEx>
public int getCount()
ImageTransformEx
Returns the number of image effects in a collection.
Read-only int
.
getCount
in class ImageTransformEx
public void removeAt(int index)
ImageTransformEx
Removes an image effect from a collection at the specified index.
removeAt
in class ImageTransformEx
index
- Index of an image effect that should be deleted.public void clear()
ImageTransformEx
Removes all image effects from a collection.
clear
in class ImageTransformEx
public int add(ImageTransformOperationEx operation)
ImageTransformEx
Adds the new image effect to the end of a collection.
add
in class ImageTransformEx
operation
- The image effect to add to the end of a collection.
public com.aspose.ms.System.Collections.IEnumerator<ImageTransformOperationEx> iterator()
ImageTransformEx
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<ImageTransformOperationEx>
iterator
in interface java.lang.Iterable<ImageTransformOperationEx>
iterator
in class ImageTransformEx
IEnumerator
for the entire collection.public ImageTransformOperationEx get_Item(int index)
ImageTransformEx
Returns an ImageTransformOperationEx
from the collection by it's index.
get_Item
in class ImageTransformEx
public BaseSlideEx getSlide()
ImageTransformEx
Returns the parent slide for an ImageTransformEx collection.
Read-only BaseSlideEx
.
getSlide
in class ImageTransformEx
public PresentationEx getPresentation()
ImageTransformEx
Returns the parent presentation for an ImageTransformEx collection.
Read-only PresentationEx
.
getPresentation
in class ImageTransformEx
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |