com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ICommandEffect

  • All Superinterfaces:
    IBehavior
    All Known Implementing Classes:
    CommandEffect


    public interface ICommandEffect
    extends IBehavior

    Represents a command effect for an animation behavior.

    • Method Detail

      • getType

        byte getType()

        Defines command effect type of behavior. Read/write CommandEffectType.

      • setType

        void setType(byte value)

        Defines command effect type of behavior. Read/write CommandEffectType.

      • getCommandString

        java.lang.String getCommandString()

        Defines command string. Read/write String.

      • setCommandString

        void setCommandString(java.lang.String value)

        Defines command string. Read/write String.

      • getShapeTarget

        IShape getShapeTarget()

        Defines shape target of command effect. Read/write IShape.

      • setShapeTarget

        void setShapeTarget(IShape value)

        Defines shape target of command effect. Read/write IShape.