GrowToMatchOperandHeight
MathNaryOperator.GrowToMatchOperandHeight property
运算符字符垂直增长以匹配其操作数高度
public bool GrowToMatchOperandHeight { get; set; }
示例
示例:
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
naryOperator.GrowToMatchOperandHeight = true;
另请参见
- class MathNaryOperator
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides