HideSubscript
MathNaryOperator.HideSubscript property
Masquer l’indice
public bool HideSubscript { get; set; }
Exemples
Exemple :
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
naryOperator.HideSubscript = true;
Voir également
- class MathNaryOperator
- espace de noms Aspose.Slides.MathText
- Assemblée Aspose.Slides