PropertyCalcModeType

PropertyCalcModeType

Overview

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

Represent calc mode for animation property.

This enumeration defines 4 values: NOT_DEFINED, DISCRETE, LINEAR, FORMULA.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined calculation mode
DISCRETERepresents a stepwise (discrete) calculation mode
LINEARRepresents a continuous linear calculation mode
FORMULARepresents a calculation mode based on a custom formula

See Also