FlyThroughTransition

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

NameTypeAccessDescription
directionTransitionInOutDirectionTypeRead/WriteDirection of transition.
has_bounceboolRead/WriteSpecifies that the movement of the presentation slides during the transition includes a bounce.
as_i_transition_value_baseITransitionValueBaseReadGets the as i transition value base.

Methods

SignatureDescription
direction()TransitionInOutDirectionTypeDirection of transition.
has_bounce()boolSpecifies that the movement of the presentation slides during the transition includes a bounce.
as_i_transition_value_base()ITransitionValueBaseAllows to get base ITransitionValueBase interface.

See Also