Superscript
IMathLeftSubSuperscriptElement.Superscript-Eigenschaft
Superscript
public IMathElement Superscript { get; }
Beispiele
Beispiel:
[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;
Siehe Auch
- Schnittstelle IMathElement
- Schnittstelle IMathLeftSubSuperscriptElement
- Namensraum Aspose.Slides.MathText
- Assembly Aspose.Slides