aspose.cells

Class BorderType

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

Field Summary
const  NumberLEFT_BORDER
Represents left border line.
const  NumberRIGHT_BORDER
Represents right border line exists.
const  NumberTOP_BORDER
Represents top border line.
const  NumberBOTTOM_BORDER
Represents bottom border line.
const  NumberDIAGONAL_DOWN
Represents the diagonal line from top left to right bottom.
const  NumberDIAGONAL_UP
Represents the diagonal line from bottom left to right top.
const  NumberVERTICAL
Only for dynamic style,such as conditional formatting.
const  NumberHORIZONTAL
Only for dynamic style,such as conditional formatting.
const  NumberSIDE_BORDERS
const  NumberDIAGONAL
const  NumberDYNAMIC_STYLE_BORDERS
const  NumberNONE
 

    • Field Detail

      • LEFT_BORDER

        const Number LEFT_BORDER
        Represents left border line.
      • RIGHT_BORDER

        const Number RIGHT_BORDER
        Represents right border line exists.
      • TOP_BORDER

        const Number TOP_BORDER
        Represents top border line.
      • BOTTOM_BORDER

        const Number BOTTOM_BORDER
        Represents bottom border line.
      • DIAGONAL_DOWN

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

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

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

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

        const Number SIDE_BORDERS
      • DIAGONAL

        const Number DIAGONAL
      • DYNAMIC_STYLE_BORDERS

        const Number DYNAMIC_STYLE_BORDERS
      • NONE

        const Number NONE