LimitLocation
MathNaryOperator.LimitLocation property
限制的位置(下标和上标)
public MathLimitLocations LimitLocation { get; set; }
示例
示例:
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
naryOperator.LimitLocation = MathLimitLocations.SubscriptSuperscript;
另请参阅
- enum MathLimitLocations
- class MathNaryOperator
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides