PropertyEffect
Inheritance: java.lang.Object, com.aspose.slides.Behavior
All Implemented Interfaces: com.aspose.slides.IPropertyEffect
public class PropertyEffect extends Behavior implements IPropertyEffect
Represent property effect behavior.
Constructors
Constructor | Description |
---|---|
PropertyEffect() |
Methods
Method | Description |
---|---|
getFrom() | Specifies the starting value of the animation. |
setFrom(String value) | Specifies the starting value of the animation. |
getTo() | Specifies the ending value for the animation. |
setTo(String value) | Specifies the ending value for the animation. |
getBy() | Specifies a relative offset value for the animation with respect to its position before the start of the animation. |
setBy(String value) | Specifies a relative offset value for the animation with respect to its position before the start of the animation. |
getValueType() | Specifies the type of a property value. |
setValueType(int value) | Specifies the type of a property value. |
getCalcMode() | Specifies the interpolation mode for the animation Read/write PropertyCalcModeType. |
setCalcMode(int value) | Specifies the interpolation mode for the animation Read/write PropertyCalcModeType. |
getPoints() | Specifies the points of the animation. |
setPoints(IPointCollection value) | Specifies the points of the animation. |
PropertyEffect()
public PropertyEffect()
getFrom()
public final String getFrom()
Specifies the starting value of the animation. Read/write String.
Returns: java.lang.String
setFrom(String value)
public final void setFrom(String value)
Specifies the starting value of the animation. Read/write String.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getTo()
public final String getTo()
Specifies the ending value for the animation. Read/write String.
Returns: java.lang.String
setTo(String value)
public final void setTo(String value)
Specifies the ending value for the animation. Read/write String.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getBy()
public final String getBy()
Specifies a relative offset value for the animation with respect to its position before the start of the animation. Read/write String.
Returns: java.lang.String
setBy(String value)
public final void setBy(String value)
Specifies a relative offset value for the animation with respect to its position before the start of the animation. Read/write String.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getValueType()
public final int getValueType()
Specifies the type of a property value. Read/write PropertyValueType.
Returns: int
setValueType(int value)
public final void setValueType(int value)
Specifies the type of a property value. Read/write PropertyValueType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getCalcMode()
public final int getCalcMode()
Specifies the interpolation mode for the animation Read/write PropertyCalcModeType.
Returns: int
setCalcMode(int value)
public final void setCalcMode(int value)
Specifies the interpolation mode for the animation Read/write PropertyCalcModeType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getPoints()
public final IPointCollection getPoints()
Specifies the points of the animation. Read/write IPointCollection.
Returns: IPointCollection
setPoints(IPointCollection value)
public final void setPoints(IPointCollection value)
Specifies the points of the animation. Read/write IPointCollection.
Parameters:
Parameter | Type | Description |
---|---|---|
value | IPointCollection |