Clear
IMathElementCollection.Clear method
从集合中删除所有元素。
public void Clear()
例子
示例:
[C#]
IMathElementCollection collection = new MathBlock(new MathematicalText("x"));
collection.Clear();
也可以看看
- interface IMathElementCollection
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides