asposecells.api

Class EquationFractionType

Utility class containing constants. This specifies the display style of the fraction bar.

Field Summary
const  intBAR
This specifies that the numerator is above and the denominator below is separated by a bar in the middle.
const  intNO_BAR
This specifies that the numerator is above and the denominator below is not separated by a bar in the middle.
const  intLINEAR
This specifies that the numerator is on the left and the denominator is on the right, separated by a '/' in between.
const  intSKEWED
This specifies that the numerator is on the upper left and the denominator is on the lower right, separated by a "/".
 

    • Field Detail

      • BAR

        const int BAR
        This specifies that the numerator is above and the denominator below is separated by a bar in the middle.
      • NO_BAR

        const int NO_BAR
        This specifies that the numerator is above and the denominator below is not separated by a bar in the middle.
      • LINEAR

        const int LINEAR
        This specifies that the numerator is on the left and the denominator is on the right, separated by a '/' in between.
      • SKEWED

        const int SKEWED
        This specifies that the numerator is on the upper left and the denominator is on the lower right, separated by a "/".