Superscript
MathRightSubSuperscriptElement.Superscript property
Hochgestelltes 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
- namensraum Aspose.Slides.MathText
- Montage Aspose.Slides