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