BehaviorFactory

Overview

BehaviorFactory is a class in Aspose.Slides FOSS for Python. Inherits from: IBehaviorFactory.

Factory for creating behavior effect instances.

This class provides 9 methods for working with BehaviorFactory objects in Python programs. Available methods include: __init__, create_color_effect, create_command_effect, create_filter_effect, create_motion_effect, create_property_effect, create_rotation_effect, create_scale_effect, create_set_effect. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.

Methods

SignatureDescription
__init__()
create_color_effect()IColorEffectCreates and returns an IColorEffect object
create_command_effect()ICommandEffectCreates and returns an ICommandEffect object
create_filter_effect()IFilterEffectCreates and returns an IFilterEffect object
create_motion_effect()IMotionEffectCreates and returns an IMotionEffect object
create_property_effect()IPropertyEffectCreates and returns an IPropertyEffect object
create_rotation_effect()IRotationEffectCreates and returns an IRotationEffect object
create_scale_effect()IScaleEffectCreates and returns an IScaleEffect object
create_set_effect()ISetEffectCreates and returns an ISetEffect object

See Also