Value
Propriété MathematicalText.Value
Valeur de texte
public string Value { get; set; }
Exemples
Exemple:
[C#]
IMathematicalText mathText = new MathematicalText("x+y");
string textValue = mathText.Value;
Voir aussi
- classe MathematicalText
- espace de noms Aspose.Slides.MathText
- assembly Aspose.Slides