TextAnimation

Overview

TextAnimation is a class in Aspose.Slides FOSS for Python. Inherits from: ITextAnimation.

Represent text animation.

This class provides 4 methods for working with TextAnimation objects in Python programs. Available methods include: __init__, add_effect, build_type, effect_animate_background_shape. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: build_type, effect_animate_background_shape.

Properties

NameTypeAccessDescription
build_typeBuildTypeRead/WriteGets or sets the build type.
effect_animate_background_shapeIEffectRead/WriteGets or sets the effect animate background shape.

Methods

SignatureDescription
__init__()
add_effect(effect_type, subtype, trigger_type)IEffectNot implemented in the FOSS edition — throws at runtime. Adds a new animation effect of the given type, subtype, and trigger, returning an IEffect
build_type()BuildTypeList of build type (for exp.
effect_animate_background_shape()IEffectLinked shape effect with group or not (null) Read/write .

See Also