EquationFractionType enumeration

EquationFractionType enumeration

This specifies the display style of the fraction bar.

The EquationFractionType type exposes the following members:

Fields

FieldDescription
BARThis specifies that the numerator is above and the denominator below is separated by a bar in the middle.
NO_BARThis specifies that the numerator is above and the denominator below is not separated by a bar in the middle.
LINEARThis specifies that the numerator is on the left and the denominator is on the right, separated by a ‘/’ in between.
SKEWEDThis specifies that the numerator is on the upper left and the denominator is on the lower right, separated by a “/”.

See Also