com.aspose.slides
Class PropertyEffect

java.lang.Object
  extended by com.aspose.slides.Behavior
      extended by com.aspose.slides.PropertyEffect
All Implemented Interfaces:
IBehavior, IPropertyEffect

public class PropertyEffect
extends Behavior
implements IPropertyEffect

Represent property effect behavior.


Constructor Summary
PropertyEffect()
           
 
Method Summary
 IBehavior getAsIBehavior()
           
 java.lang.String getBy()
           Specifies a relative offset value for the animation with respect to its position before the start of the animation.
 int getCalcMode()
           Specifies the interpolation mode for the animation Read/write PropertyCalcModeType.
 java.lang.String getFrom()
           Specifies the starting value of the animation.
 IPointCollection getPoints()
           Specifies the points of the animation.
 java.lang.String getTo()
           Specifies the ending value for the animation.
 int getValueType()
           Specifies the type of a property value.
 void setBy(java.lang.String value)
           
 void setCalcMode(int value)
           
 void setFrom(java.lang.String value)
           
 void setPoints(IPointCollection value)
           
 void setTo(java.lang.String value)
           
 void setValueType(int value)
           
 
Methods inherited from class com.aspose.slides.Behavior
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.slides.IBehavior
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 

Constructor Detail

PropertyEffect

public PropertyEffect()
Method Detail

getFrom

public java.lang.String getFrom()

Specifies the starting value of the animation. Read/write string.

Specified by:
getFrom in interface IPropertyEffect

setFrom

public void setFrom(java.lang.String value)
Specified by:
setFrom in interface IPropertyEffect

getTo

public java.lang.String getTo()

Specifies the ending value for the animation. Read/write string.

Specified by:
getTo in interface IPropertyEffect

setTo

public void setTo(java.lang.String value)
Specified by:
setTo in interface IPropertyEffect

getBy

public java.lang.String getBy()

Specifies a relative offset value for the animation with respect to its position before the start of the animation. Read/write string.

Specified by:
getBy in interface IPropertyEffect

setBy

public void setBy(java.lang.String value)
Specified by:
setBy in interface IPropertyEffect

getValueType

public int getValueType()

Specifies the type of a property value. Read/write PropertyValueType.

Specified by:
getValueType in interface IPropertyEffect

setValueType

public void setValueType(int value)
Specified by:
setValueType in interface IPropertyEffect

getCalcMode

public int getCalcMode()

Specifies the interpolation mode for the animation Read/write PropertyCalcModeType.

Specified by:
getCalcMode in interface IPropertyEffect

setCalcMode

public void setCalcMode(int value)
Specified by:
setCalcMode in interface IPropertyEffect

getPoints

public IPointCollection getPoints()

Specifies the points of the animation. Read/write PointCollection.

Specified by:
getPoints in interface IPropertyEffect

setPoints

public void setPoints(IPointCollection value)
Specified by:
setPoints in interface IPropertyEffect

getAsIBehavior

public IBehavior getAsIBehavior()