Superscript
IMathSuperscriptElement.Superscript property
Superscript
public IMathElement Superscript { get; }
Examples
Example:
[C#]
IMathElement baseElement = new MathematicalText("X");
IMathElement superscript = new MathematicalText("i");
IMathSuperscriptElement superscriptElement = new MathSuperscriptElement(baseElement, superscript);
IMathElement super = superscriptElement.Superscript;
See Also
- interface IMathElement
- interface IMathSuperscriptElement
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides