Uses of Enum Class
org.xlsx4j.sml.STRefMode
Packages that use STRefMode
-
Uses of STRefMode in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STRefModeMethods in org.xlsx4j.sml that return STRefModeModifier and TypeMethodDescriptionstatic STRefModeCTCalcPr.getRefMode()Gets the value of the refMode property.static STRefModeReturns the enum constant of this class with the specified name.static STRefMode[]STRefMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.xlsx4j.sml with parameters of type STRefModeModifier and TypeMethodDescriptionvoidCTCalcPr.setRefMode(STRefMode value) Sets the value of the refMode property.