commonbehavior-ag凯发旗舰厅



com.spire.presentation.drawing.animation
class commonbehavior

java.lang.object
  extended by com.spire.presentation.pptobject
      extended by com.spire.presentation.drawing.animation.commonbehavior
direct known subclasses:
animationcolorbehavior, animationcommandbehavior, animationfiltereffect, animationmotion, animationproperty, animationrotation, animationscale, animationset

public abstract class commonbehavior
extends pptobject

represent base class behavior of effect.


constructor summary
protected commonbehavior()
           
  commonbehavior( openxmldataprops)
           
 
method summary
 tristate getaccumulate()
          determines whether animation behaviors accumulate.
 behavioradditivetype getadditive()
          returns whether the current animation behavior is combined with other running animations.
 timing gettiming()
          represents timing properties for the effect behavior.
 void setaccumulate(tristate value)
           
 void setadditive(behavioradditivetype value)
          sets whether the current animation behavior is combined with other running animations.
 void settiming(timing value)
           
 
methods inherited from class com.spire.presentation.pptobject
checkdisposed, getparent
 
constructor detail

commonbehavior

protected commonbehavior()

commonbehavior

public commonbehavior( openxmldataprops)
method detail

getaccumulate

public tristate getaccumulate()
determines whether animation behaviors accumulate. read/write .
returns:

setaccumulate

public void setaccumulate(tristate value)

getadditive

public behavioradditivetype getadditive()
returns whether the current animation behavior is combined with other running animations. read/write .
returns:

setadditive

public void setadditive(behavioradditivetype value)
sets whether the current animation behavior is combined with other running animations. read/write .

gettiming

public timing gettiming()
represents timing properties for the effect behavior. read/write .
returns:

settiming

public void settiming(timing value)


网站地图