asposecells.api

Class EquationDelimiterShapeType

Utility class containing constants. This specifies the shape of delimiters in the delimiter object.

Field Summary
const  intCENTERED
The divider is centered around the entire height of its content.
const  intMATCH
The divider is altered to exactly match their contents' height.
 

    • Field Detail

      • CENTERED

        const int CENTERED
        The divider is centered around the entire height of its content.
      • MATCH

        const int MATCH
        The divider is altered to exactly match their contents' height.