asposecells.api

Class EquationHorizontalJustificationType

Utility class containing constants. This specifies the default horizontal justification of equations in the document.

Field Summary
const  intCENTER
Centered
const  intCENTER_GROUP
Centered as Group
const  intLEFT
Left Justified
const  intRIGHT
Right Justified
 

    • Field Detail

      • CENTER

        const int CENTER
        Centered
      • CENTER_GROUP

        const int CENTER_GROUP
        Centered as Group
      • LEFT

        const int LEFT
        Left Justified
      • RIGHT

        const int RIGHT
        Right Justified