GrowToMatchOperandHeight
IMathNaryOperatorProperties.GrowToMatchOperandHeight property
Символ оператора увеличивается вертикально, чтобы соответствовать высоте операнда
public bool GrowToMatchOperandHeight { get; set; }
Примеры
Пример:
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
naryOperator.GrowToMatchOperandHeight = true;
Смотрите также
- interface IMathNaryOperatorProperties
- пространство имен Aspose.Slides.MathText
- сборка Aspose.Slides