|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.presentation.drawing.ImageTransformEx
public class ImageTransformEx
Represents a collection of effects apllied to an image.
| Constructor Summary | |
|---|---|
ImageTransformEx(PictureShape picture)
|
|
| Method Summary | |
|---|---|
int |
add(ImageTransformOperationEx _base)
Adds the new image effect to the end of a collection. |
void |
clear()
Removes all image effects from a collection. |
ImageTransformOperationEx |
get(int index)
Gets an |
int |
getCount()
Gets the number of image effects in a collection. |
Presentation |
getPresentation()
Gets the parent presentation for an ImageTransform collection. |
ActiveSlide |
getSlide()
Gets the parent slide for an ImageTransform collection. |
com.spire.ms.System.Collections.IEnumerator |
iterator()
|
void |
removeAt(int index)
Removes an image effect from a collection at the specified index. |
| Constructor Detail |
|---|
public ImageTransformEx(PictureShape picture)
| Method Detail |
|---|
public int getCount()
public void removeAt(int index)
index - Index of an image effect that should be deleted.public void clear()
public int add(ImageTransformOperationEx _base)
_base - The image effect to add to the end of a collection.
public ImageTransformOperationEx get(int index)
index -
public ActiveSlide getSlide()
getSlide in interface ISlideComponentpublic Presentation getPresentation()
getPresentation in interface IActivePresentationpublic com.spire.ms.System.Collections.IEnumerator iterator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||