IMasterSlideCollection

IMasterSlideCollection 接口

表示一个主幻灯片集合。

public interface IMasterSlideCollection : IGenericCollection<IMasterSlide>

属性

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

方法

名称描述
AddClone(IMasterSlide)将指定主幻灯片的副本添加到集合的末尾。关联的布局幻灯片也会被复制。
InsertClone(int, IMasterSlide)将指定主幻灯片的副本插入到集合的指定位置。关联的布局幻灯片也会被复制。
Remove(IMasterSlide)从集合中移除特定对象的第一次出现。
RemoveAt(int)移除集合中指定索引处的元素。
RemoveUnused(bool)移除未使用的主幻灯片。

另见