IMathLimit
IMathLimit 接口
指定 Limit 对象,该对象由基线上的文本和紧接其上或下方的小尺寸文本组成。
public interface IMathLimit : IMathElement
属性
名称 | 描述 |
---|---|
AsIMathElement { get; } | 允许获取基本 IMathElement 接口 IMathElement |
Base { get; } | 基本参数 |
Limit { get; } | 极限参数 |
UpperLimit { get; set; } | 指定上限或下限 |
示例
示例:
[C#]
IMathLimit limitElement = new MathLimit(new MathematicalText("lim"), new MathematicalText("𝑛→∞"));
参见
- 接口 IMathElement
- 命名空间 Aspose.Slides.MathText
- 程序集 Aspose.Slides