LimitLocation
IMathNaryOperatorProperties.LimitLocation propriété
L’emplacement des limites (indice et surindice)
public MathLimitLocations LimitLocation { get; set; }
Exemples
Exemple:
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
naryOperator.LimitLocation = MathLimitLocations.SubscriptSuperscript;
Voir Aussi
- enum MathLimitLocations
- interface IMathNaryOperatorProperties
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides