Base
IMathNaryOperator.Base property
基本参数
public IMathElement Base { get; }
例子
示例:
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
IMathElement baseArg = naryOperator.Base;
也可以看看
- interface IMathElement
- interface IMathNaryOperator
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides