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