public class FlyThroughTransition extends TransitionValueBase implements IFlyThroughTransition
Fly-through slide transition effect.
| 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.
|
equals, hashCodepublic final int getDirection()
Direction of transition.
Read/write TransitionInOutDirectionType.
getDirection in interface IFlyThroughTransitionpublic final void setDirection(int value)
Direction of transition.
Read/write TransitionInOutDirectionType.
setDirection in interface IFlyThroughTransitionpublic final boolean hasBounce()
Specifies that the movement of the presentation slides during the transition includes a bounce.
Read/write boolean.
hasBounce in interface IFlyThroughTransitionpublic final void setBounce(boolean value)
Specifies that the movement of the presentation slides during the transition includes a bounce.
Read/write boolean.
setBounce in interface IFlyThroughTransitionCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.