Uses of Enum
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 type with the specified name.static STDataValidationImeMode[]STDataValidationImeMode.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 STDataValidationImeModeModifier and TypeMethodDescriptionvoidCTDataValidation.setImeMode(STDataValidationImeMode value) Sets the value of the imeMode property.