Uses of Class
org.xlsx4j.sml.STDataValidationImeMode
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STDataValidationImeMode in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STDataValidationImeMode Modifier and Type Field Description protected STDataValidationImeModeCTDataValidation. imeModeMethods in org.xlsx4j.sml that return STDataValidationImeMode Modifier and Type Method Description static STDataValidationImeModeSTDataValidationImeMode. fromValue(java.lang.String v)STDataValidationImeModeCTDataValidation. getImeMode()Gets the value of the imeMode property.static STDataValidationImeModeSTDataValidationImeMode. valueOf(java.lang.String name)Returns 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 STDataValidationImeMode Modifier and Type Method Description voidCTDataValidation. setImeMode(STDataValidationImeMode value)Sets the value of the imeMode property.