HideSuperscript
IMathNaryOperatorProperties.HideSuperscript-Eigenschaft
Superscript ausblenden
public bool HideSuperscript { get; set; }
Beispiele
Beispiel:
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
naryOperator.HideSuperscript = true;
Siehe auch
- Schnittstelle IMathNaryOperatorProperties
- Namespace Aspose.Slides.MathText
- Assembly Aspose.Slides