Operator
MathNaryOperator.Operator property
Nary Operator Character 例如:‘∑’, ‘∫’
public char Operator { get; set; }
例子
示例:
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
char operatorSymbol = naryOperator.Operator;
也可以看看
- class MathNaryOperator
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides