CreateMathFraction
CreateMathFraction(IMathElement, IMathElement, MathFractionTypes)
创建数学分数
public IMathFraction CreateMathFraction(IMathElement numerator, IMathElement denominator,
MathFractionTypes fractionType)
范围 | 类型 | 描述 |
---|---|---|
numerator | IMathElement | Numerator |
分母 | IMathElement | 分母 |
fractionType | MathFractionTypes | 分数类型 |
也可以看看
- interface IMathFraction
- interface IMathElement
- enum MathFractionTypes
- class MathFractionFactory
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides
CreateMathFraction(IMathElement, IMathElement)
创建数学分数
public IMathFraction CreateMathFraction(IMathElement numerator, IMathElement denominator)
范围 | 类型 | 描述 |
---|---|---|
numerator | IMathElement | Numerator |
分母 | IMathElement | 分母 |
也可以看看
- interface IMathFraction
- interface IMathElement
- class MathFractionFactory
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides