LimitLocation
IMathNaryOperatorProperties.LimitLocation-Eigenschaft
Der Standort der Grenzen (Subscript und Superscript)
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
- interface IMathNaryOperatorProperties
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides