Base
IMathSuperscriptElement.Base property
Basisargument
public IMathElement Base { get; }
Beispiele
Beispiel:
[C#]
IMathElement baseElement = new MathematicalText("X");
IMathElement superscript = new MathematicalText("i");
IMathSuperscriptElement superscriptElement = new MathSuperscriptElement(baseElement, subscript);
IMathElement baseElem = superscriptElement.Base;
Siehe auch
- interface IMathElement
- interface IMathSuperscriptElement
- namensraum Aspose.Slides.MathText
- Montage Aspose.Slides