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