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