Superscript
MathRightSubSuperscriptElement.Superscript свойство
Аргумент верхнего индекса
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;
См. также
- интерфейс IMathElement
- класс MathRightSubSuperscriptElement
- пространство имен Aspose.Slides.MathText
- сборка Aspose.Slides