RemoveAt
MasterLayoutSlideCollection.RemoveAt method
移除集合指定索引处的元素。
public void RemoveAt(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 要删除的元素的从零开始的索引。 |
例外
例外 | (健康)状况 |
---|---|
PptxEditException | 如果在演示文稿中使用布局(其 HasDependingSlides 属性为 true),则抛出。 |
评论
- 为避免抛出 PptxEditException 之前检查布局的 HasDependingSlides 属性。 2) 您也可以使用
Remove
方法来简化代码。
也可以看看
- class MasterLayoutSlideCollection
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides