animationproperty-ag凯发旗舰厅



com.spire.presentation.drawing.animation
class animationproperty

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

public class animationproperty
extends commonbehavior

represent property effect behavior.


constructor summary
animationproperty()
           
 
method summary
 java.lang.string getby()
          specifies a relative offset value for the animation.
 animationcalculationmode getcalcmode()
          indicates the calculation mode for the animation read/write .
 java.lang.string getfrom()
          indicates the starting value of the animation.
 timeanimationvaluecollection gettimeanimationvaluecollection()
          indicates the value of the animation.
 java.lang.string getto()
          indicates the ending value for the animation.
 propertyvaluetype getvaluetype()
          indicates the type of a property value.
 void setby(java.lang.string value)
           
 void setcalcmode(animationcalculationmode value)
           
 void setfrom(java.lang.string value)
           
 void settimeanimationvaluecollection(timeanimationvaluecollection value)
           
 void setto(java.lang.string value)
           
 void setvaluetype(propertyvaluetype 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

animationproperty

public animationproperty()
method detail

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)


网站地图