IMathematicalText
Interface IMathematicalText
Texte mathématique
public interface IMathematicalText : IMathElement
Propriétés
Nom | Description |
---|---|
AsIMathElement { get; } | Permet d’obtenir l’interface de base IMathElement IMathElement |
Format { get; } | Propriétés de formatage du texte |
Value { get; set; } | Valeur du texte |
Exemples
Exemple :
[C#]
IMathematicalText mathText = new MathematicalText("x+y");
Voir aussi
- interface IMathElement
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides