com.spire.xls
Enum XLSXBorderJoinType

java.lang.Object
  extended by java.lang.Enum<XLSXBorderJoinType>
      extended by com.spire.xls.XLSXBorderJoinType
All Implemented Interfaces:
java.lang.Comparable<XLSXBorderJoinType>

public enum XLSXBorderJoinType
extends java.lang.Enum<XLSXBorderJoinType>

shape border join type


Enum Constant Summary
Bevel
          Beveled edge
Mitter
          Metter join
Round
          Rounded edge
 

Enum Constant Detail

Round

public static final XLSXBorderJoinType Round
Rounded edge


Bevel

public static final XLSXBorderJoinType Bevel
Beveled edge


Mitter

public static final XLSXBorderJoinType Mitter
Metter join