Subscript
IMathRightSubSuperscriptElement.Subscript property
下标参数
public IMathElement Subscript { get; }
Examples
示例:
[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;
See Also
- interface IMathElement
- interface IMathRightSubSuperscriptElement
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides