Uses of Enum Class
io.keikai.model.CalcMode
Packages that use CalcMode
-
Uses of CalcMode in io.keikai.model
Methods in io.keikai.model that return CalcModeModifier and TypeMethodDescriptiondefault CalcModeSBook.getCalcMode()Returns the calculation mode of this workbook.static CalcModeReturns the enum constant of this class with the specified name.static CalcMode[]CalcMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.model with parameters of type CalcModeModifier and TypeMethodDescriptiondefault voidSBook.setCalcMode(CalcMode mode) Sets the calculation mode of this workbook.