Base
IMathLeftSubSuperscriptElement.Base property
基本参数
public IMathElement Base { 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 baseElem = leftSubSuperscript.Base;
也可以看看
- interface IMathElement
- interface IMathLeftSubSuperscriptElement
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides