com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IBehavior

    • Method Detail

      • getAccumulate

        byte getAccumulate()

        Represents whether animation behaviors are accumulated. Read/write NullableBool.

      • setAccumulate

        void setAccumulate(byte value)

        Represents whether animation behaviors are accumulated. Read/write NullableBool.

      • getAdditive

        int getAdditive()

        Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType.

      • setAdditive

        void setAdditive(int value)

        Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType.

      • getTiming

        ITiming getTiming()

        Represents timing properties for the effect behavior. Read/write ITiming.

      • setTiming

        void setTiming(ITiming value)

        Represents timing properties for the effect behavior. Read/write ITiming.