animationproperty-ag凯发旗舰厅
com.spire.presentation.drawing.animation
class animationproperty
java.lang.object
com.spire.presentation.pptobject
com.spire.presentation.drawing.animation.commonbehavior
com.spire.presentation.drawing.animation.animationproperty
public class animationproperty
- extends commonbehavior
represent property effect behavior.
animationproperty
public animationproperty()
getfrom
public java.lang.string getfrom()
- indicates the starting value of the animation.
read/write .
- returns:
setfrom
public void setfrom(java.lang.string value)
getto
public java.lang.string getto()
- indicates the ending value for the animation.
read/write .
- returns:
setto
public void setto(java.lang.string value)
getby
public java.lang.string getby()
- specifies a relative offset value for the animation.
read/write .
- returns:
setby
public void setby(java.lang.string value)
getvaluetype
public propertyvaluetype getvaluetype()
- indicates the type of a property value.
read/write .
- returns:
setvaluetype
public void setvaluetype(propertyvaluetype value)
getcalcmode
public animationcalculationmode getcalcmode()
- indicates the calculation mode for the animation
read/write .
- returns:
setcalcmode
public void setcalcmode(animationcalculationmode value)
gettimeanimationvaluecollection
public timeanimationvaluecollection gettimeanimationvaluecollection()
- indicates the value of the animation.
read/write .
- returns:
settimeanimationvaluecollection
public void settimeanimationvaluecollection(timeanimationvaluecollection value)