|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TransitionValueBase
com.aspose.slides.FlyThroughTransition
public class FlyThroughTransition
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 |
---|
public int getDirection()
Direction of transition.
Read/write TransitionInOutDirectionType
.
getDirection
in interface IFlyThroughTransition
public void setDirection(int value)
Direction of transition.
Read/write TransitionInOutDirectionType
.
setDirection
in interface IFlyThroughTransition
public boolean hasBounce()
Specifies that the movement of the presentation slides during the transition includes a bounce.
Read/write boolean
.
hasBounce
in interface IFlyThroughTransition
public void setBounce(boolean value)
Specifies that the movement of the presentation slides during the transition includes a bounce.
Read/write boolean
.
setBounce
in interface IFlyThroughTransition
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |