IPropertyEffect
All Implemented Interfaces: com.aspose.slides.IBehavior
public interface IPropertyEffect extends IBehavior
Represent property effect behavior.
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. |
getFrom()
public abstract String getFrom()
Specifies the starting value of the animation. Read/write String.
Returns: java.lang.String
setFrom(String value)
public abstract void setFrom(String value)
Specifies the starting value of the animation. Read/write String.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getTo()
public abstract String getTo()
Specifies the ending value for the animation. Read/write String.
Returns: java.lang.String
setTo(String value)
public abstract void setTo(String value)
Specifies the ending value for the animation. Read/write String.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getBy()
public abstract 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 abstract 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 abstract int getValueType()
Specifies the type of a property value. Read/write PropertyValueType.
Returns: int
setValueType(int value)
public abstract void setValueType(int value)
Specifies the type of a property value. Read/write PropertyValueType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getCalcMode()
public abstract int getCalcMode()
Specifies the interpolation mode for the animation Read/write PropertyCalcModeType.
Returns: int
setCalcMode(int value)
public abstract void setCalcMode(int value)
Specifies the interpolation mode for the animation Read/write PropertyCalcModeType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getPoints()
public abstract IPointCollection getPoints()
Specifies the points of the animation. Read/write IPointCollection.
Returns: IPointCollection
setPoints(IPointCollection value)
public abstract void setPoints(IPointCollection value)
Specifies the points of the animation. Read/write IPointCollection.
Parameters:
Parameter | Type | Description |
---|---|---|
value | IPointCollection |