HideSubscript
MathNaryOperator.HideSubscript 属性
隐藏下标
public bool HideSubscript { get; set; }
示例
示例:
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
naryOperator.HideSubscript = true;
参见
- class MathNaryOperator
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides