Uses of Enum Class
org.xlsx4j.sml.STDataValidationImeMode
Packages that use STDataValidationImeMode
-
Uses of STDataValidationImeMode in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STDataValidationImeModeMethods in org.xlsx4j.sml that return STDataValidationImeModeModifier and TypeMethodDescriptionstatic STDataValidationImeModeCTDataValidation.getImeMode()Gets the value of the imeMode property.static STDataValidationImeModeReturns the enum constant of this class with the specified name.static STDataValidationImeMode[]STDataValidationImeMode.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 STDataValidationImeModeModifier and TypeMethodDescriptionvoidCTDataValidation.setImeMode(STDataValidationImeMode value) Sets the value of the imeMode property.