Superscript
IMathSuperscriptElement.Superscript property
Верхний индекс
public IMathElement Superscript { get; }
Примеры
Пример:
[C#]
IMathElement baseElement = new MathematicalText("X");
IMathElement superscript = new MathematicalText("i");
IMathSuperscriptElement superscriptElement = new MathSuperscriptElement(baseElement, superscript);
IMathElement super = superscriptElement.Superscript;
Смотрите также
- interface IMathElement
- interface IMathSuperscriptElement
- пространство имен Aspose.Slides.MathText
- сборка Aspose.Slides