MasterSlideCollection
MasterSlideCollection
概述
MasterSlideCollection 是Python的Aspose.Slides FOSS中的一个类. 继承人: BaseCollection, IMasterSlideCollection.
代表主幻灯片的集合.
这个类提供了一个方法,用于在Python程序中使用MasterSlideCollection 对象. 有的方法包括: add_clone. 在安装Python包的Aspose.Slides FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: as_i_collection, as_i_enumerable, length.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
as_i_collection | list | 阅读 | 获取 as i 集合。. |
as_i_enumerable | Any | 阅读 | 获取作为 IEnumerable 的. |
length | int | 阅读 | 返回元素数量. |
方法
| Signature | 描述情况 |
|---|---|
add_clone(source_master) → IMasterSlide | 复制另一种演示的主幻灯片并将其添加到此集合中. |