Superscript
IMathRightSubSuperscriptElement.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
- интерфейс IMathRightSubSuperscriptElement
- пространство имен Aspose.Slides.MathText
- сборка Aspose.Slides