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