HideSuperscript

MathNaryOperator.HideSuperscript property

隐藏上标

public bool HideSuperscript { get; set; }

例子

示例:

[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
naryOperator.HideSuperscript = true;

也可以看看