Arguments
MathDelimiter.Arguments property
Один или несколько математических элементов, разделенных символами-разделителями
public IMathElementCollection Arguments { get; }
Примеры
Пример:
[C#]
IMathDelimiter delimiter = new MathematicalText("x").Join("y").Enclose();
IMathElementCollection arguments = delimiter.Arguments;
Смотрите также
- interface IMathElementCollection
- class MathDelimiter
- пространство имен Aspose.Slides.MathText
- сборка Aspose.Slides