Arguments
IMathArray.Arguments property
数组项的集合
public IMathElementCollection Arguments { get; }
例子
示例:
[C#]
IMathArray mathArray = new MathArray(new MathematicalText("item1"));
mathArray.Arguments.Add(new MathematicalText("item2"));
也可以看看
- interface IMathElementCollection
- interface IMathArray
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides