Value
MathematicalText.Value-Eigenschaft
Textwert
public string Value { get; set; }
Beispiele
Beispiel:
[C#]
IMathematicalText mathText = new MathematicalText("x+y");
string textValue = mathText.Value;
Siehe auch
- Klasse MathematicalText
- Namespace Aspose.Slides.MathText
- Assembly Aspose.Slides