IMathElementCollection
IMathElementCollection interface
表示数学元素(MathElement)的集合。
public interface IMathElementCollection : IEnumerable<IMathElement>
特性
姓名 | 描述 |
---|---|
AsIEnumerable { get; } | 返回 IEnumerable 接口。 只读IEnumerable。 |
Count { get; } | 获取集合中实际包含的元素数量。 只读Int32。 |
Item { get; } | 获取指定索引处的元素。 只读IMathElement 。 |
方法
姓名 | 描述 |
---|---|
Add(IMathElement) | 将数学元素添加到集合的末尾。 |
Clear() | 从集合中删除所有元素。 |
Contains(IMathElement) | 确定集合是否包含特定值。 |
CopyTo(IMathElement[], int) | 复制到指定数组。 |
IndexOf(IMathElement) | 确定集合中特定数学元素的索引。 |
Insert(int, IMathElement) | 将数学元素插入到集合中指定索引处。 |
Remove(IMathElement) | 从集合中删除特定对象的第一个匹配项。 |
RemoveAt(int) | 移除集合指定索引处的元素。 |
例子
示例:
[C#]
IMathElementCollection collection = new MathBlock();
也可以看看
- interface IMathElement
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides