MasterSlideCollection
概述
MasterSlideCollection 是一个类在Aspose.Slides FOSS的.NET中. 继承人: IMasterSlideCollection, IEnumerable<IMasterSlide>.
表示一个演示中的主幻灯片集合.
本类提供了在NET程序中与MasterSlideCollection对象工作的5种方法. 有的方法包括: AddClone, GetEnumerator, GetMaxMasterLayoutIdInPresentation, GetNextLayoutFileNumber, GetNextMasterFileNumber. 所有公众成员在安装了Aspose.Slides FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: AsICollection, AsIEnumerable, Count.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
Count | int | 阅读 | 获取计数。. |
AsICollection | IList<IMasterSlide> | 阅读 | 获取 as i 集合。. |
AsIEnumerable | IEnumerable<IMasterSlide> | 阅读 | 获取作为 IEnumerable 的。. |
方法
| Signature | 描述情况 |
|---|---|
GetEnumerator() | 返回一个通过主幻灯片代的计数器. |
AddClone(sourceMaster: IMasterSlide) | 创建并添加指定源主幻灯片的克隆 |
GetNextMasterFileNumber() | 找到下一个可用的主幻灯片文件号码. |
GetNextLayoutFileNumber() | 找到下一个可用布局幻灯片文件号码. |
GetMaxMasterLayoutIdInPresentation() | 在所有主幻灯片和布局ID中找到最大的 ID. |