Arguments
MathArray.Arguments property
数组的项集合
public IMathElementCollection Arguments { get; }
示例
示例:
[C#]
IMathArray mathArray = new MathArray(new MathematicalText("item1"));
mathArray.Arguments.Add(new MathematicalText("item2"));
另请参阅
- interface IMathElementCollection
- class MathArray
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides