Superscript
MathRightSubSuperscriptElement.Superscript-Eigenschaft
Superscript-Argument
public IMathElement Superscript { get; }
Beispiele
Beispiel:
[C#]
IMathElement baseElement = new MathematicalText("X");
IMathElement subscript = new MathematicalText("i");
IMathElement superscript = new MathematicalText("j");
MathRightSubSuperscriptElement subsuperscript = new MathRightSubSuperscriptElement(baseElement, subscript, superscript);
IMathElement sup = subsuperscript.Superscript;
Siehe auch
- interface IMathElement
- class MathRightSubSuperscriptElement
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides