IMasterLayoutSlideCollection
IMasterLayoutSlideCollection interface
表示所有定义的母版幻灯片的布局幻灯片的集合。扩展了 ILayoutSlideCollection 接口,提供在单个母版幻灯片布局幻灯片的集合上下文中添加/插入/删除/克隆布局幻灯片的方法。
public interface IMasterLayoutSlideCollection : ILayoutSlideCollection
属性
方法
名称 | 描述 |
---|
Add(SlideLayoutType, string) | 将新布局幻灯片添加到集合的末尾。 |
AddClone(ILayoutSlide) | 将指定布局幻灯片的副本添加到集合的末尾。 |
Insert(int, SlideLayoutType, string) | 在集合的指定位置插入新的布局幻灯片。 |
InsertClone(int, ILayoutSlide) | 在集合的指定位置插入指定布局幻灯片的副本。 |
RemoveAt(int) | 移除集合中指定索引的元素。 |
Reorder(int, ILayoutSlide) | 将布局幻灯片从集合移动到指定位置。 |
参见