Superscript
MathNaryOperator.Superscript propriété
Spécifie un argument de superscript qui, par exemple, dans le cas d’une intégrale, définit la limite supérieure
public IMathElement Superscript { get; }
Exemples
Exemple :
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
IMathElement superscriptArg = naryOperator.Superscript;
Voir aussi
- interface IMathElement
- class MathNaryOperator
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides