FlyThroughTransition
Overview
FlyThroughTransition is a class in Aspose.Slides FOSS for Python.
Inherits from: TransitionValueBase, IFlyThroughTransition.
Fly-through slide transition effect.
This class provides 3 methods for working with FlyThroughTransition objects in Python programs.
Available methods include: as_i_transition_value_base, direction, has_bounce.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: as_i_transition_value_base, direction, has_bounce.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
direction | TransitionInOutDirectionType | Read/Write | Direction of transition. |
has_bounce | bool | Read/Write | Specifies that the movement of the presentation slides during the transition includes a bounce. |
as_i_transition_value_base | ITransitionValueBase | Read | Gets the as i transition value base. |
Methods
| Signature | Description |
|---|---|
direction() → TransitionInOutDirectionType | Direction of transition. |
has_bounce() → bool | Specifies that the movement of the presentation slides during the transition includes a bounce. |
as_i_transition_value_base() → ITransitionValueBase | Allows to get base ITransitionValueBase interface. |