com.aspose.slides
Interface IFlyThroughTransition

All Superinterfaces:
ITransitionValueBase
All Known Implementing Classes:
FlyThroughTransition

public interface IFlyThroughTransition
extends ITransitionValueBase

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.
 

Method Detail

getDirection

int getDirection()

Direction of transition. Read/write TransitionInOutDirectionType.


setDirection

void setDirection(int value)

Direction of transition. Read/write TransitionInOutDirectionType.


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.



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