IMasterSlideCollection

IMasterSlideCollection interface

表示母版幻灯片的集合。

public interface IMasterSlideCollection : IGenericCollection<IMasterSlide>

特性

姓名描述
Item { get; }获取指定索引处的元素。 只读IMasterSlide

方法

姓名描述
AddClone(IMasterSlide)将指定母版幻灯片的副本添加到集合的末尾。 链接的布局幻灯片也将被复制。
InsertClone(int, IMasterSlide)将指定母版幻灯片的副本插入到集合的指定位置。 链接的布局幻灯片也将被复制。
Remove(IMasterSlide)从集合中删除特定对象的第一个匹配项。
RemoveAt(int)移除集合指定索引处的元素。
RemoveUnused(bool)删除未使用的母版幻灯片。

也可以看看