HideSuperscript
MathNaryOperator.HideSuperscript property
隐藏上标
public bool HideSuperscript { get; set; }
例子
示例:
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
naryOperator.HideSuperscript = true;
也可以看看
- class MathNaryOperator
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides