Arguments
IMathArray.Arguments свойство
Набор элементов массива
public IMathElementCollection Arguments { get; }
Примеры
Пример:
[C#]
IMathArray mathArray = new MathArray(new MathematicalText("item1"));
mathArray.Arguments.Add(new MathematicalText("item2"));
См. также
- интерфейс IMathElementCollection
- интерфейс IMathArray
- пространство имен Aspose.Slides.MathText
- сборка Aspose.Slides