CreateMathFraction
CreateMathFraction(IMathElement, IMathElement, MathFractionTypes)
Создает математическую дробь
public IMathFraction CreateMathFraction(IMathElement numerator, IMathElement denominator,
MathFractionTypes fractionType)
Параметр | Тип | Описание |
---|---|---|
числитель | IMathElement | Числитель |
знаменатель | IMathElement | Знаменатель |
fractionType | MathFractionTypes | Тип дроби |
Возвращаемое значение
Новая математическая дробьIMathFraction
Смотрите также
- interface IMathFraction
- interface IMathElement
- enum MathFractionTypes
- interface IMathFractionFactory
- пространство имен Aspose.Slides.MathText
- сборка Aspose.Slides
CreateMathFraction(IMathElement, IMathElement)
Создает математическую дробь
public IMathFraction CreateMathFraction(IMathElement numerator, IMathElement denominator)
Параметр | Тип | Описание |
---|---|---|
числитель | IMathElement | Числитель |
знаменатель | IMathElement | Знаменатель |
Возвращаемое значение
Новая математическая дробьIMathFraction
Смотрите также
- interface IMathFraction
- interface IMathElement
- interface IMathFractionFactory
- пространство имен Aspose.Slides.MathText
- сборка Aspose.Slides