|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.PptObject
com.spire.presentation.drawing.animation.CommonBehavior
public abstract class CommonBehavior
Represent base class behavior of effect.
Constructor Summary | |
---|---|
protected |
CommonBehavior()
|
|
CommonBehavior(BehaviorOpenXmlDataProps 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 |
---|
protected CommonBehavior()
public CommonBehavior(BehaviorOpenXmlDataProps openXmlDataProps)
Method Detail |
---|
public TriState getAccumulate()
public void setAccumulate(TriState value)
public BehaviorAdditiveType getAdditive()
public void setAdditive(BehaviorAdditiveType value)
public Timing getTiming()
public void setTiming(Timing value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |