com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IPropertyEffect

  • All Superinterfaces:
    IBehavior
    All Known Implementing Classes:
    PropertyEffect


    public interface IPropertyEffect
    extends IBehavior

    Represent property effect behavior.

    • Method Detail

      • getFrom

        java.lang.String getFrom()

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

      • setFrom

        void setFrom(java.lang.String value)

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

      • getTo

        java.lang.String getTo()

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

      • setTo

        void setTo(java.lang.String value)

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

      • getBy

        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.

      • setBy

        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.

      • getValueType

        int getValueType()

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

      • setValueType

        void setValueType(int value)

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

      • getCalcMode

        int getCalcMode()

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

      • setCalcMode

        void setCalcMode(int value)

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