asposecells.api

Class LineSpaceSizeType

Utility class containing constants. Represents the unit type of line space size.

Field Summary
const  intPERCENTAGE
Represents in unit of a percentage of the text size.
const  intPOINTS
Represents in unit of points.
 

    • Field Detail

      • PERCENTAGE

        const int PERCENTAGE
        Represents in unit of a percentage of the text size.
      • POINTS

        const int POINTS
        Represents in unit of points.