LimitLocation
IMathNaryOperatorProperties.LimitLocation property
La ubicación de los límites (subíndice y superíndice)
public MathLimitLocations LimitLocation { get; set; }
Ejemplos
Ejemplo:
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
naryOperator.LimitLocation = MathLimitLocations.SubscriptSuperscript;
Véase También
- enum MathLimitLocations
- interface IMathNaryOperatorProperties
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides