public interface IFlyThroughTransition extends ITransitionValueBase
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.
|
int getDirection()
Direction of transition.
Read/write TransitionInOutDirectionType
.
void setDirection(int value)
Direction of transition.
Read/write TransitionInOutDirectionType
.
boolean hasBounce()
Specifies that the movement of the presentation slides during the transition includes a bounce.
Read/write boolean
.
void setBounce(boolean value)
Specifies that the movement of the presentation slides during the transition includes a bounce.
Read/write boolean
.