borderslinetype-ag凯发旗舰厅



com.spire.xls
enum borderslinetype

java.lang.object
  extended by java.lang.enum<borderslinetype>
      extended by com.spire.xls.borderslinetype
all implemented interfaces:
java.lang.comparable<borderslinetype>

public enum borderslinetype
extends java.lang.enum<borderslinetype>

specifies border and diagonal line types in excel.


enum constant summary
diagonaldown
          border running from the upper left-hand corner to the lower right of each cell in the range.
diagonalup
          border running from the lower left-hand corner to the upper right of each cell in the range.
edgebottom
          border at the bottom of the range.
edgeleft
          border at the left-hand edge of the range.
edgeright
          border at the right-hand edge of the range.
edgetop
          border at the top of the range.
 
enum constant detail

diagonaldown

public static final borderslinetype diagonaldown
border running from the upper left-hand corner to the lower right of each cell in the range.

diagonalup

public static final borderslinetype diagonalup
border running from the lower left-hand corner to the upper right of each cell in the range.

edgebottom

public static final borderslinetype edgebottom
border at the bottom of the range.

edgeleft

public static final borderslinetype edgeleft
border at the left-hand edge of the range.

edgeright

public static final borderslinetype edgeright
border at the right-hand edge of the range.

edgetop

public static final borderslinetype edgetop
border at the top of the range.


网站地图