aspose.cells

Class BorderType

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

Field Summary
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  NumberLEFT_BORDER
Represents left border line.
const  NumberRIGHT_BORDER
Represents right border line exists.
const  NumberTOP_BORDER
Represents top border line.
const  NumberHORIZONTAL
Only for dynamic style,such as conditional formatting.
const  NumberVERTICAL
Only for dynamic style,such as conditional formatting.
 

    • Field Detail

      • 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.
      • 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.
      • HORIZONTAL

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

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