MotionPath
MotionPath
概述
MotionPath 是Python的Aspose.Slides FOSS中的一个类. 继承人: IMotionPath.
代表运动路径.
这个类提供了在Python程序中与MotionPath对象工作的8种方法. 有的方法包括: __init__, add, as_i_enumerable, clear, count, insert, remove, remove_at. 在安装Python包的Aspose.Slides FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: as_i_enumerable, count.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
count | int | 阅读 | 获取计数。. |
as_i_enumerable | Any | 阅读 | 获取作为 IEnumerable 的. |
方法
| Signature | 描述情况 |
|---|---|
__init__() | |
add(type, pts, pts_type, b_relative_coord) → IMotionCmdPath | 创建并添加一个新的动作命令,给定类型和点. |
insert(index, type, pts, pts_type, b_relative_coord) | 在指定索引中插入新的动作命令 |
clear() | 从路径中删除所有运动命令. |
remove(item) | |
remove_at(index) | 在给定的索引中删除动作命令 |
count() → int | 返回集合中的路径数. |
as_i_enumerable() → Any | 允许获得基本的 IBehavior 接口. |