Value
IMathematicalText.Value property
Text value
public string Value { get; set; }
Examples
Example:
[C#]
IMathematicalText mathText = new MathematicalText("x+y");
string textValue = mathText.Value;
See Also
- interface IMathematicalText
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides