commonbehavior-ag凯发旗舰厅
com.spire.presentation.drawing.animation
class commonbehavior
java.lang.object
com.spire.presentation.pptobject
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.
commonbehavior
protected commonbehavior()
commonbehavior
public commonbehavior( openxmldataprops)
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)