variabletypeaction-ag凯发旗舰厅
com.spire.xls
enum variabletypeaction
java.lang.object
java.lang.enum<variabletypeaction>
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. |
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.