FlyThroughTransition
Inheritance: java.lang.Object, com.aspose.slides.TransitionValueBase
All Implemented Interfaces: com.aspose.slides.IFlyThroughTransition
public class FlyThroughTransition extends TransitionValueBase implements IFlyThroughTransition
Fly-through slide transition effect.
Methods
Method | Description |
---|---|
getDirection() | Direction of transition. |
setDirection(int value) | Direction of transition. |
hasBounce() | Specifies that the movement of the presentation slides during the transition includes a bounce. |
setBounce(boolean value) | Specifies that the movement of the presentation slides during the transition includes a bounce. |
getDirection()
public final int getDirection()
Direction of transition. Read/write TransitionInOutDirectionType.
Returns: int
setDirection(int value)
public final void setDirection(int value)
Direction of transition. Read/write TransitionInOutDirectionType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
hasBounce()
public final boolean hasBounce()
Specifies that the movement of the presentation slides during the transition includes a bounce. Read/write boolean.
Returns: boolean
setBounce(boolean value)
public final void setBounce(boolean value)
Specifies that the movement of the presentation slides during the transition includes a bounce. Read/write boolean.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |