BehaviorAccumulateType

BehaviorAccumulateType

Overview

BehaviorAccumulateType is a enum in Aspose.Slides FOSS for Python.

Represents types of accumulation of effect behaviors.

This enumeration defines 3 values: NOT_DEFINED, ALWAYS, NONE.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or default accumulation setting
ALWAYSRepresents accumulation that is always applied to the behavior
NONERepresents no accumulation of the behavior

See Also