Value
IMathematicalText.Value property
Valeur textuelle
public string Value { get; set; }
Exemples
Exemple :
[C#]
IMathematicalText mathText = new MathematicalText("x+y");
string textValue = mathText.Value;
Voir également
- interface IMathematicalText
- espace de noms Aspose.Slides.MathText
- Assemblée Aspose.Slides