IMasterSlideCollection
IMasterSlideCollection 接口
表示主幻灯片的集合。
public interface IMasterSlideCollection : IGenericCollection<IMasterSlide>
属性
| 名称 | 描述 |
|---|---|
| Item { get; } | 获取指定索引处的元素。只读 IMasterSlide。 |
方法
| 名称 | 描述 |
|---|---|
| AddClone(IMasterSlide) | 向集合的末尾添加指定主幻灯片的副本。关联的布局幻灯片也将被复制。 |
| InsertClone(int, IMasterSlide) | 在集合的指定位置插入指定主幻灯片的副本。关联的布局幻灯片也将被复制。 |
| Remove(IMasterSlide) | 从集合中移除首次出现的特定对象。 |
| RemoveAt(int) | 移除集合中指定索引处的元素。 |
| RemoveUnused(bool) | 移除未使用的主幻灯片。 |
另请参见
- 接口 IGenericCollection<T>
- 接口 IMasterSlide
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides