asposecells.api

Class BorderType

Utility class containing constants. Enumerates the border line and diagonal line types.

Field Summary
const  intLEFT_BORDER
Represents left border line.
const  intRIGHT_BORDER
Represents right border line exists.
const  intTOP_BORDER
Represents top border line.
const  intBOTTOM_BORDER
Represents bottom border line.
const  intDIAGONAL_DOWN
Represents the diagonal line from top left to right bottom.
const  intDIAGONAL_UP
Represents the diagonal line from bottom left to right top.
const  intVERTICAL
Only for dynamic style,such as conditional formatting.
const  intHORIZONTAL
Only for dynamic style,such as conditional formatting.
const  intSIDE_BORDERS
const  intDIAGONAL
const  intDYNAMIC_STYLE_BORDERS
const  intNONE
 

    • Field Detail

      • LEFT_BORDER

        const int LEFT_BORDER
        Represents left border line.
      • RIGHT_BORDER

        const int RIGHT_BORDER
        Represents right border line exists.
      • TOP_BORDER

        const int TOP_BORDER
        Represents top border line.
      • BOTTOM_BORDER

        const int BOTTOM_BORDER
        Represents bottom border line.
      • DIAGONAL_DOWN

        const int DIAGONAL_DOWN
        Represents the diagonal line from top left to right bottom.
      • DIAGONAL_UP

        const int DIAGONAL_UP
        Represents the diagonal line from bottom left to right top.
      • VERTICAL

        const int VERTICAL
        Only for dynamic style,such as conditional formatting.
      • HORIZONTAL

        const int HORIZONTAL
        Only for dynamic style,such as conditional formatting.
      • SIDE_BORDERS

        const int SIDE_BORDERS
      • DIAGONAL

        const int DIAGONAL
      • DYNAMIC_STYLE_BORDERS

        const int DYNAMIC_STYLE_BORDERS
      • NONE

        const int NONE