Base
MathBox.Base property
基本参数
public IMathElement Base { get; }
例子
示例:
[C#]
MathBox box = new MathBox(new MathematicalText("=="));
IMathElement base = box.Base;
也可以看看
- interface IMathElement
- class MathBox
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides