Superscript
MathLeftSubSuperscriptElement.Superscript property
Superscript
public IMathElement Superscript { get; }
Examples
Example:
[C#]
IMathElement baseElement = new MathematicalText("X");
IMathElement subscript = new MathematicalText("i");
IMathElement superscript = new MathematicalText("j");
MathLeftSubSuperscriptElement leftSubSuperscript = new MathLeftSubSuperscriptElement(baseElement, subscript, superscript);
IMathElement sup = leftSubSuperscript.Superscript;
See Also
- interface IMathElement
- class MathLeftSubSuperscriptElement
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides