MotionOriginType

MotionOriginType

Overview

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

Specifies what the origin of the motion path is relative to.

This enumeration defines 3 values: NOT_DEFINED, PARENT, LAYOUT.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined motion origin
PARENTRepresents the parent shape as the motion origin
LAYOUTRepresents the slide layout as the motion origin

See Also