com.aspose.slides
Class FlyThroughTransition

java.lang.Object
  extended by com.aspose.slides.TransitionValueBase
      extended by com.aspose.slides.FlyThroughTransition
All Implemented Interfaces:
IFlyThroughTransition, ITransitionValueBase

public class FlyThroughTransition
extends TransitionValueBase
implements IFlyThroughTransition

Fly-through slide transition effect.


Method Summary
 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.
 
Methods inherited from class com.aspose.slides.TransitionValueBase
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDirection

public int getDirection()

Direction of transition. Read/write TransitionInOutDirectionType.

Specified by:
getDirection in interface IFlyThroughTransition

setDirection

public void setDirection(int value)

Direction of transition. Read/write TransitionInOutDirectionType.

Specified by:
setDirection in interface IFlyThroughTransition

hasBounce

public boolean hasBounce()

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

Specified by:
hasBounce in interface IFlyThroughTransition

setBounce

public void setBounce(boolean value)

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

Specified by:
setBounce in interface IFlyThroughTransition


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.