LimitLocation
MathNaryOperator.LimitLocation-Eigenschaft
Die Position der Grenzen (Subskript und Superskript)
public MathLimitLocations LimitLocation { get; set; }
Beispiele
Beispiel:
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
naryOperator.LimitLocation = MathLimitLocations.SubscriptSuperscript;
Siehe auch
- enum MathLimitLocations
- class MathNaryOperator
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides