com.aspose.cells

Class BorderType

  • java.lang.Object
    • com.aspose.cells.BorderType
public class BorderType 
extends java.lang.Object

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

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

    • Field Detail

      • BOTTOM_BORDER

        public static final int BOTTOM_BORDER
        Represents bottom border line.
      • DIAGONAL_DOWN

        public static final int DIAGONAL_DOWN
        Represents the diagonal line from top left to right bottom.
      • DIAGONAL_UP

        public static final int DIAGONAL_UP
        Represents the diagonal line from bottom left to right top.
      • LEFT_BORDER

        public static final int LEFT_BORDER
        Represents left border line.
      • RIGHT_BORDER

        public static final int RIGHT_BORDER
        Represents right border line exists.
      • TOP_BORDER

        public static final int TOP_BORDER
        Represents top border line.
      • HORIZONTAL

        public static final int HORIZONTAL
        Only for dynamic style,such as conditional formatting.
      • VERTICAL

        public static final int VERTICAL
        Only for dynamic style,such as conditional formatting.