imagetransformex-ag凯发旗舰厅



com.spire.presentation.drawing
class imagetransformex

java.lang.object
  extended by com.spire.presentation.drawing.imagetransformex
all implemented interfaces:
com.spire.ms.system.collections.ienumerable, iactivepresentation, islidecomponent, java.lang.iterable
direct known subclasses:
imagetransformeffectcollection

public class imagetransformex
extends java.lang.object
implements com.spire.ms.system.collections.ienumerable, islidecomponent

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 from the collection by it's index.
 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

imagetransformex

public imagetransformex(pictureshape picture)
method detail

getcount

public int getcount()
gets the number of image effects in a collection. read-only .
returns:

removeat

public void removeat(int index)
removes an image effect from a collection at the specified index.
parameters:
index - index of an image effect that should be deleted.

clear

public void clear()
removes all image effects from a collection.

add

public int add(imagetransformoperationex _base)
adds the new image effect to the end of a collection.
parameters:
_base - the image effect to add to the end of a collection.
returns:
index of the new image effect in a collection.

get

public imagetransformoperationex get(int index)
gets an from the collection by it's index.
parameters:
index -
returns:

getslide

public activeslide getslide()
gets the parent slide for an imagetransform collection. read-only .
specified by:
getslide in interface islidecomponent
returns:

getpresentation

public presentation getpresentation()
gets the parent presentation for an imagetransform collection. read-only .
specified by:
getpresentation in interface iactivepresentation
returns:

iterator

public com.spire.ms.system.collections.ienumerator iterator()


网站地图