asposecells.api

Class WeightType

Utility class containing constants. Enumerates the weight types for a picture border or a chart line.

Field Summary
const  intHAIR_LINE
Represents the weight of hair line.
const  intMEDIUM_LINE
Represents the weight of medium line.
const  intSINGLE_LINE
Represents the weight of single line.
const  intWIDE_LINE
Represents the weight of wide line.
 

    • Field Detail

      • HAIR_LINE

        const int HAIR_LINE
        Represents the weight of hair line.
      • MEDIUM_LINE

        const int MEDIUM_LINE
        Represents the weight of medium line.
      • SINGLE_LINE

        const int SINGLE_LINE
        Represents the weight of single line.
      • WIDE_LINE

        const int WIDE_LINE
        Represents the weight of wide line.