com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IFlyThroughTransition

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      int getDirection()
      Direction of transition.
      boolean hasBounce()
      Specifies that the movement of the presentation slides during the transition includes a bounce.
      void setBounce(boolean value)
      Specifies that the movement of the presentation slides during the transition includes a bounce.
      void setDirection(int value)
      Direction of transition.
    • Method Detail

      • hasBounce

        boolean hasBounce()

        Specifies that the movement of the presentation slides during the transition includes a bounce. Read/write boolean.

      • setBounce

        void setBounce(boolean value)

        Specifies that the movement of the presentation slides during the transition includes a bounce. Read/write boolean.