Numerator
MathFraction.Numerator property
分子
public IMathElement Numerator { get; }
例子
示例:
[C#]
IMathFraction mathFraction = new MathematicalText("x").Divide("y");
IMathElement numerator = mathFraction.Numerator;
也可以看看
- interface IMathElement
- class MathFraction
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides