|
|||||||||
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 islidecomponent
public presentation getpresentation()
getpresentation
in interface iactivepresentation
public com.spire.ms.system.collections.ienumerator iterator()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |