Uses of Class
org.xlsx4j.sml.STRefMode
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STRefMode in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STRefMode Modifier and Type Field Description protected STRefModeCTCalcPr. refModeMethods in org.xlsx4j.sml that return STRefMode Modifier and Type Method Description static STRefModeSTRefMode. fromValue(java.lang.String v)STRefModeCTCalcPr. getRefMode()Gets the value of the refMode property.static STRefModeSTRefMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STRefMode[]STRefMode. 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 STRefMode Modifier and Type Method Description voidCTCalcPr. setRefMode(STRefMode value)Sets the value of the refMode property.