Uses of Class
org.xlsx4j.sml.STCalcMode
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STCalcMode in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STCalcMode Modifier and Type Field Description protected STCalcModeCTCalcPr. calcModeMethods in org.xlsx4j.sml that return STCalcMode Modifier and Type Method Description static STCalcModeSTCalcMode. fromValue(java.lang.String v)STCalcModeCTCalcPr. getCalcMode()Gets the value of the calcMode property.static STCalcModeSTCalcMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STCalcMode[]STCalcMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xlsx4j.sml with parameters of type STCalcMode Modifier and Type Method Description voidCTCalcPr. setCalcMode(STCalcMode value)Sets the value of the calcMode property.