MathLeftSubSuperscriptElement
MathLeftSubSuperscriptElement constructor
Инициализирует новый экземпляр класса MathLeftSubSuperscriptElement.
public MathLeftSubSuperscriptElement(IMathElement baseArg, IMathElement subScript,
IMathElement superScript)
Примеры
Пример:
[C#]
IMathElement baseElement = new MathematicalText("X");
IMathElement subscript = new MathematicalText("i");
IMathElement superscript = new MathematicalText("j");
MathLeftSubSuperscriptElement leftSubSuperscript = new MathLeftSubSuperscriptElement(baseElement, subscript, superscript);
Смотрите также
- interface IMathElement
- class MathLeftSubSuperscriptElement
- пространство имен Aspose.Slides.MathText
- сборка Aspose.Slides