conditionalformattype-ag凯发旗舰厅



com.spire.xls
enum conditionalformattype

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

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

conditional formatting type.


enum constant summary
average
          represents the average option for conditional formatting.
beginswith
          represents the begins with option for conditional formatting.
cellvalue
          represents the cell value is option for conditional formatting.
colorscale
          represents the color scale option for conditional formatting.
containsblanks
          represents the contains blanks option for conditional formatting.
containserrors
          represents the contains errors option for conditional formatting.
containstext
          represents the contains text option for conditional formatting.
databar
          represents the data bar option for conditional formatting.
duplicatevalues
          represents the duplicate values option for conditional formatting.
endswith
          represents the ends with option for conditional formatting.
formula
          represents the formula is option for conditional formatting.
iconset
          represents the icon set option for conditional formatting.
notcontainsblanks
          represents the not contains blanks option for conditional formatting.
notcontainserrors
          represents the not contains errors option for conditional formatting.
notcontainstext
          represents the not contains text option for conditional formatting.
timeperiod
          represents the time period option for conditional formatting
topbottom
          represents the top bottom option for conditional formatting.
uniquevalues
          represents the unique values option for conditional formatting.
 
enum constant detail

cellvalue

public static final conditionalformattype cellvalue
represents the cell value is option for conditional formatting.

formula

public static final conditionalformattype formula
represents the formula is option for conditional formatting.

databar

public static final conditionalformattype databar
represents the data bar option for conditional formatting.

iconset

public static final conditionalformattype iconset
represents the icon set option for conditional formatting.

colorscale

public static final conditionalformattype colorscale
represents the color scale option for conditional formatting.

beginswith

public static final conditionalformattype beginswith
represents the begins with option for conditional formatting.

containstext

public static final conditionalformattype containstext
represents the contains text option for conditional formatting.

endswith

public static final conditionalformattype endswith
represents the ends with option for conditional formatting.

notcontainstext

public static final conditionalformattype notcontainstext
represents the not contains text option for conditional formatting.

topbottom

public static final conditionalformattype topbottom
represents the top bottom option for conditional formatting.

average

public static final conditionalformattype average
represents the average option for conditional formatting.

containsblanks

public static final conditionalformattype containsblanks
represents the contains blanks option for conditional formatting.

containserrors

public static final conditionalformattype containserrors
represents the contains errors option for conditional formatting.

duplicatevalues

public static final conditionalformattype duplicatevalues
represents the duplicate values option for conditional formatting.

notcontainsblanks

public static final conditionalformattype notcontainsblanks
represents the not contains blanks option for conditional formatting.

notcontainserrors

public static final conditionalformattype notcontainserrors
represents the not contains errors option for conditional formatting.

timeperiod

public static final conditionalformattype timeperiod
represents the time period option for conditional formatting

uniquevalues

public static final conditionalformattype uniquevalues
represents the unique values option for conditional formatting.


网站地图