variabletypeaction-ag凯发旗舰厅



com.spire.xls
enum variabletypeaction

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

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

defines value type and numberformat in the template marker variable.


enum constant summary
detectdatatype
          detects the datatype of the marker variable.
detectnumberformat
          detects both the numberformat and datatype of the marker variable.
none
          represents the none action.
 
enum constant detail

detectdatatype

public static final variabletypeaction detectdatatype
detects the datatype of the marker variable.

detectnumberformat

public static final variabletypeaction detectnumberformat
detects both the numberformat and datatype of the marker variable.

none

public static final variabletypeaction none
represents the none action.


网站地图