GrowToMatchOperandHeight
IMathNaryOperatorProperties.GrowToMatchOperandHeight property
Le caractère de l’opérateur grandit verticalement pour correspondre à sa hauteur d’opérande
public bool GrowToMatchOperandHeight { get; set; }
Exemples
Exemple :
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
naryOperator.GrowToMatchOperandHeight = true;
Voir également
- interface IMathNaryOperatorProperties
- espace de noms Aspose.Slides.MathText
- Assemblée Aspose.Slides