animationfiltereffect-ag凯发旗舰厅



com.spire.presentation.drawing.animation
class animationfiltereffect

java.lang.object
  extended by com.spire.presentation.pptobject
      extended by com.spire.presentation.drawing.animation.commonbehavior
          extended by com.spire.presentation.drawing.animation.animationfiltereffect

public class animationfiltereffect
extends commonbehavior

represents a filter effect for an animation behavior..


constructor summary
animationfiltereffect()
          constructor.
 
method summary
 filterrevealtype getreveal()
          determines how the embedded objects will be revealed.
 filtereffectsubtype getsubtype()
          returns the subtype of the filter effect.
 filtereffecttype gettype()
          represents the type of animation read/write .
 void setreveal(filterrevealtype value)
           
 void setsubtype(filtereffectsubtype value)
          sets the subtype of the filter effect.
 void settype(filtereffecttype value)
           
 
methods inherited from class com.spire.presentation.drawing.animation.commonbehavior
getaccumulate, getadditive, gettiming, setaccumulate, setadditive, settiming
 
methods inherited from class com.spire.presentation.pptobject
checkdisposed, getparent
 
constructor detail

animationfiltereffect

public animationfiltereffect()
constructor.
method detail

getreveal

public filterrevealtype getreveal()
determines how the embedded objects will be revealed. read/write .
returns:

setreveal

public void setreveal(filterrevealtype value)

gettype

public filtereffecttype gettype()
represents the type of animation read/write .
returns:

settype

public void settype(filtereffecttype value)

getsubtype

public filtereffectsubtype getsubtype()
returns the subtype of the filter effect. read/write .
returns:

setsubtype

public void setsubtype(filtereffectsubtype value)
sets the subtype of the filter effect. read/write .


网站地图