Subscript
MathNaryOperator.Subscript property
指定一个下标参数,例如在积分的情况下,设置下限
public IMathElement Subscript { get; }
示例
示例:
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
IMathElement subscriptArg = naryOperator.Subscript;
另请参阅
- interface IMathElement
- class MathNaryOperator
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides