Item
IMathElementCollection indexer
获取指定索引处的元素。 只读IMathElement
。
public IMathElement this[int index] { get; }
范围 | 描述 |
---|---|
index | 要获取的项目的从零开始的索引 |
例子
示例:
[C#]
IMathElementCollection collection = new MathBlock(new MathematicalText("x"));
IMathElement firstElem = collection[0];
也可以看看
- interface IMathElement
- interface IMathElementCollection
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides