Aspose::Cells::Drawing::Equations::EquationFractionType enum
Contents
[
Hide
]EquationFractionType enum
This specifies the display style of the fraction bar.
enum class EquationFractionType
Values
Name | Value | Description |
---|---|---|
Bar | 0 | This specifies that the numerator is above and the denominator below is separated by a bar in the middle. |
NoBar | 1 | This specifies that the numerator is above and the denominator below is not separated by a bar in the middle. |
Linear | 2 | This specifies that the numerator is on the left and the denominator is on the right, separated by a ‘/’ in between. |
Skewed | 3 | This specifies that the numerator is on the upper left and the denominator is on the lower right, separated by a “/”. |
See Also
- Namespace Aspose::Cells::Drawing::Equations
- Library Aspose.Cells for C++