com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class Behavior

  • java.lang.Object
    • com.aspose.slides.Behavior
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      byte getAccumulate()
      Represents whether animation behaviors are accumulated.
      int getAdditive()
      Represents whether the current animation behavior is combined with other running animations.
      com.aspose.slides.IDOMObject getParent_Immediate()
      Returns Parent_Immediate object.
      IBehaviorPropertyCollection getProperties()
      Represents properties of behavior.
      ITiming getTiming()
      Represents timing properties for the effect behavior.
      void setAccumulate(byte value)
      Represents whether animation behaviors are accumulated.
      void setAdditive(int value)
      Represents whether the current animation behavior is combined with other running animations.
      void setTiming(ITiming value)
      Represents timing properties for the effect behavior.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getParent_Immediate

        public com.aspose.slides.IDOMObject getParent_Immediate()

        Returns Parent_Immediate object. Read-only IDOMObject.

      • getAccumulate

        public byte getAccumulate()

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

        Specified by:
        getAccumulate in interface IBehavior
      • setAccumulate

        public void setAccumulate(byte value)

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

        Specified by:
        setAccumulate in interface IBehavior
      • getAdditive

        public int getAdditive()

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

        Specified by:
        getAdditive in interface IBehavior
      • setAdditive

        public void setAdditive(int value)

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

        Specified by:
        setAdditive in interface IBehavior
      • getTiming

        public ITiming getTiming()

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

        Specified by:
        getTiming in interface IBehavior
      • setTiming

        public void setTiming(ITiming value)

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

        Specified by:
        setTiming in interface IBehavior