Uses of Enum
org.xlsx4j.sml.STCalcMode
Packages that use STCalcMode
-
Uses of STCalcMode in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STCalcModeMethods in org.xlsx4j.sml that return STCalcModeModifier and TypeMethodDescriptionstatic STCalcModeCTCalcPr.getCalcMode()Gets the value of the calcMode property.static STCalcModeReturns 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 STCalcModeModifier and TypeMethodDescriptionvoidCTCalcPr.setCalcMode(STCalcMode value) Sets the value of the calcMode property.