MotionCmdPath
Overview
MotionCmdPath is a class in Aspose.Slides FOSS for Python.
Inherits from: IMotionCmdPath.
Represent one command of a path.
This class provides 4 methods for working with MotionCmdPath objects in Python programs.
Available methods include: command_type, is_relative, points, points_type.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: command_type, is_relative, points, points_type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
points | list[Any] | Read/Write | Gets or sets the points. |
command_type | MotionCommandPathType | Read/Write | Gets or sets the command type. |
is_relative | bool | Read/Write | Gets or sets the is relative. |
points_type | MotionPathPointsType | Read/Write | Gets or sets the points type. |
Methods
| Signature | Description |
|---|---|
points() → list[Any] | Specifies points of command. |
command_type() → MotionCommandPathType | Specifies command type. |
is_relative() → bool | Determine command coordinates relative or not. |
points_type() → MotionPathPointsType | Specifies command points type Read/write . |