Subscript
MathRightSubSuperscriptElement.Subscript property
下标参数
public IMathElement Subscript { 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 sub = subsuperscript.Subscript;
也可以看看
- interface IMathElement
- class MathRightSubSuperscriptElement
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides