CreateMathFraction
CreateMathFraction(IMathElement, IMathElement, MathFractionTypes)
创建数学分数
public IMathFraction CreateMathFraction(IMathElement numerator, IMathElement denominator,
MathFractionTypes fractionType)
参数 | 类型 | 描述 |
---|---|---|
numerator | IMathElement | 分子 |
denominator | IMathElement | 分母 |
fractionType | MathFractionTypes | 分数类型 |
返回值
新数学分数 IMathFraction
另请参阅
- 接口 IMathFraction
- 接口 IMathElement
- 枚举 MathFractionTypes
- 接口 IMathFractionFactory
- 命名空间 Aspose.Slides.MathText
- 程序集 Aspose.Slides
CreateMathFraction(IMathElement, IMathElement)
创建数学分数
public IMathFraction CreateMathFraction(IMathElement numerator, IMathElement denominator)
参数 | 类型 | 描述 |
---|---|---|
numerator | IMathElement | 分子 |
denominator | IMathElement | 分母 |
返回值
新数学分数 IMathFraction