Subscript
Propriété IMathNaryOperator.Subscript
Spécifie un argument de sous-indice qui, par exemple, dans le cas d’un intégral, fixe la limite inférieure
public IMathElement Subscript { get; }
Exemples
Exemple:
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
IMathElement subscriptArg = naryOperator.Subscript;
Voir aussi
- interface IMathElement
- interface IMathNaryOperator
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides