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
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides