fontunderlinetype-ag凯发旗舰厅



com.spire.xls
enum fontunderlinetype

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

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

font underline types.


enum constant summary
double
          represents double underline.
doubleaccounting
          represents double accounting underline.
none
          represents no underline.
single
          represents single underline.
singleaccounting
          represents single accounting underline.
 
enum constant detail

none

public static final fontunderlinetype none
represents no underline.

single

public static final fontunderlinetype single
represents single underline.

double

public static final fontunderlinetype double
represents double underline.

singleaccounting

public static final fontunderlinetype singleaccounting
represents single accounting underline.

doubleaccounting

public static final fontunderlinetype doubleaccounting
represents double accounting underline.


网站地图