Uses of Class
org.xlsx4j.sml.STDataValidationErrorStyle
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STDataValidationErrorStyle in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STDataValidationErrorStyle Modifier and Type Field Description protected STDataValidationErrorStyleCTDataValidation. errorStyleMethods in org.xlsx4j.sml that return STDataValidationErrorStyle Modifier and Type Method Description static STDataValidationErrorStyleSTDataValidationErrorStyle. fromValue(java.lang.String v)STDataValidationErrorStyleCTDataValidation. getErrorStyle()Gets the value of the errorStyle property.static STDataValidationErrorStyleSTDataValidationErrorStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STDataValidationErrorStyle[]STDataValidationErrorStyle. 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 STDataValidationErrorStyle Modifier and Type Method Description voidCTDataValidation. setErrorStyle(STDataValidationErrorStyle value)Sets the value of the errorStyle property.