com.aspose.cells

Class CellBorderType

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

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

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

    • Field Detail

      • DASH_DOT

        public static final int DASH_DOT
        Represents thin dash-dotted line.
      • DASH_DOT_DOT

        public static final int DASH_DOT_DOT
        Represents thin dash-dot-dotted line.
      • DASHED

        public static final int DASHED
        Represents dashed line.
      • DOTTED

        public static final int DOTTED
        Represents dotted line.
      • DOUBLE

        public static final int DOUBLE
        Represents double line.
      • HAIR

        public static final int HAIR
        Represents hair line.
      • MEDIUM_DASH_DOT

        public static final int MEDIUM_DASH_DOT
        Represents medium dash-dotted line.
      • MEDIUM_DASH_DOT_DOT

        public static final int MEDIUM_DASH_DOT_DOT
        Represents medium dash-dot-dotted line.
      • MEDIUM_DASHED

        public static final int MEDIUM_DASHED
        Represents medium dashed line.
      • NONE

        public static final int NONE
        Represents no line.
      • MEDIUM

        public static final int MEDIUM
        Represents medium line.
      • SLANTED_DASH_DOT

        public static final int SLANTED_DASH_DOT
        Represents slanted medium dash-dotted line.
      • THICK

        public static final int THICK
        Represents thick line.
      • THIN

        public static final int THIN
        Represents thin line.