com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ISetEffect

  • All Superinterfaces:
    IBehavior
    All Known Implementing Classes:
    SetEffect


    public interface ISetEffect
    extends IBehavior

    Represents a set effect for an animation behavior.

    • Method Detail

      • getTo

        java.lang.Object getTo()

        Specifies the certain attribute of a effect after an animation effect. Represents point value. Only: bool, ColorFormat, float, int, string. Read/write Object.

      • setTo

        void setTo(java.lang.Object value)

        Specifies the certain attribute of a effect after an animation effect. Represents point value. Only: bool, ColorFormat, float, int, string. Read/write Object.