PresentationShapeCollection
PresentationShapeCollection class
表示 PowerPoint 文档中绘图形状的集合。
public class PresentationShapeCollection : RemoveOnlyListBase<PresentationShape>
特性
姓名 | 描述 |
---|---|
virtual Count { get; } | 获取集合中包含的元素数。 |
override IsReadOnly { get; } | 获取一个值,指示集合是否为只读。 |
virtual Item { get; } | 获取集合中指定索引处的元素。 |
方法
姓名 | 描述 |
---|---|
Clear() | |
virtual Contains(PresentationShape) | |
virtual GetEnumerator() | |
virtual IndexOf(PresentationShape) | |
Remove(PresentationShape) | |
RemoveAt(int) |
评论
此集合包含的项目PresentationShape
类型.