HideSuperscript
IMathNaryOperatorProperties.HideSuperscript property
Hide Superscript
public bool HideSuperscript { get; set; }
Examples
Example:
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
naryOperator.HideSuperscript = true;
See Also
- interface IMathNaryOperatorProperties
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides