Subscript
IMathLeftSubSuperscriptElement.Subscript property
下标
public IMathElement Subscript { get; }
例子
示例:
[C#]
IMathElement baseElement = new MathematicalText("X");
IMathElement subscript = new MathematicalText("i");
IMathElement superscript = new MathematicalText("j");
MathLeftSubSuperscriptElement leftSubSuperscript = new MathLeftSubSuperscriptElement(baseElement, subscript, superscript);
IMathElement sub = leftSubSuperscript.Subscript;
也可以看看
- interface IMathElement
- interface IMathLeftSubSuperscriptElement
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides