asposecells.api

Class CellBorderType

Utility class containing constants. Enumerates a cell's border type.

Field Summary
const  intDASH_DOT
Represents thin dash-dotted line.
const  intDASH_DOT_DOT
Represents thin dash-dot-dotted line.
const  intDASHED
Represents dashed line.
const  intDOTTED
Represents dotted line.
const  intDOUBLE
Represents double line.
const  intHAIR
Represents hair line.
const  intMEDIUM_DASH_DOT
Represents medium dash-dotted line.
const  intMEDIUM_DASH_DOT_DOT
Represents medium dash-dot-dotted line.
const  intMEDIUM_DASHED
Represents medium dashed line.
const  intNONE
Represents no line.
const  intMEDIUM
Represents medium line.
const  intSLANTED_DASH_DOT
Represents slanted medium dash-dotted line.
const  intTHICK
Represents thick line.
const  intTHIN
Represents thin line.
 

    • Field Detail

      • DASH_DOT

        const int DASH_DOT
        Represents thin dash-dotted line.
      • DASH_DOT_DOT

        const int DASH_DOT_DOT
        Represents thin dash-dot-dotted line.
      • DASHED

        const int DASHED
        Represents dashed line.
      • DOTTED

        const int DOTTED
        Represents dotted line.
      • DOUBLE

        const int DOUBLE
        Represents double line.
      • HAIR

        const int HAIR
        Represents hair line.
      • MEDIUM_DASH_DOT

        const int MEDIUM_DASH_DOT
        Represents medium dash-dotted line.
      • MEDIUM_DASH_DOT_DOT

        const int MEDIUM_DASH_DOT_DOT
        Represents medium dash-dot-dotted line.
      • MEDIUM_DASHED

        const int MEDIUM_DASHED
        Represents medium dashed line.
      • NONE

        const int NONE
        Represents no line.
      • MEDIUM

        const int MEDIUM
        Represents medium line.
      • SLANTED_DASH_DOT

        const int SLANTED_DASH_DOT
        Represents slanted medium dash-dotted line.
      • THICK

        const int THICK
        Represents thick line.
      • THIN

        const int THIN
        Represents thin line.