Uses of Enum
org.xlsx4j.sml.STDataValidationErrorStyle
Packages that use STDataValidationErrorStyle
-
Uses of STDataValidationErrorStyle in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STDataValidationErrorStyleModifier and TypeFieldDescriptionprotected STDataValidationErrorStyleCTDataValidation.errorStyleMethods in org.xlsx4j.sml that return STDataValidationErrorStyleModifier and TypeMethodDescriptionstatic STDataValidationErrorStyleCTDataValidation.getErrorStyle()Gets the value of the errorStyle property.static STDataValidationErrorStyleReturns 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 STDataValidationErrorStyleModifier and TypeMethodDescriptionvoidCTDataValidation.setErrorStyle(STDataValidationErrorStyle value) Sets the value of the errorStyle property.