Value
IMathematicalText.Value property
Текстовое значение
public string Value { get; set; }
Примеры
Пример:
[C#]
IMathematicalText mathText = new MathematicalText("x+y");
string textValue = mathText.Value;
Смотрите также
- interface IMathematicalText
- пространство имен Aspose.Slides.MathText
- сборка Aspose.Slides