HideSubscript

MathNaryOperator.HideSubscript property

隐藏下标

public bool HideSubscript { get; set; }

例子

示例:

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

也可以看看