Superscript
MathRightSubSuperscriptElement.Superscript property
Надстрочный аргумент
public IMathElement Superscript { get; }
Примеры
Пример:
[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;
Смотрите также
- interface IMathElement
- class MathRightSubSuperscriptElement
- пространство имен Aspose.Slides.MathText
- сборка Aspose.Slides