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
 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)
           Specifies a relative offset value for the animation with respect to its position before the start of the animation.
 void setCalcMode(int value)
           Specifies the interpolation mode for the animation Read/write PropertyCalcModeType.
 void setFrom(java.lang.String value)
           Specifies the starting value of the animation.
 void setPoints(IPointCollection value)
           Specifies the points of the animation.
 void setTo(java.lang.String value)
           Specifies the ending value for the animation.
 void setValueType(int value)
           Specifies the type of a property value.
 
Methods inherited from class com.aspose.slides.Behavior
getAccumulate, getAdditive, getParent_Immediate, 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)

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

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)

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

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)

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

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)

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

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)

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

Specified by:
setCalcMode in interface IPropertyEffect

getPoints

public IPointCollection getPoints()

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

Specified by:
getPoints in interface IPropertyEffect

setPoints

public void setPoints(IPointCollection value)

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

Specified by:
setPoints in interface IPropertyEffect


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.