Uses of Enum Class
org.xlsx4j.sml.STFormatAction
Packages that use STFormatAction
-
Uses of STFormatAction in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STFormatActionMethods in org.xlsx4j.sml that return STFormatActionModifier and TypeMethodDescriptionstatic STFormatActionCTFormat.getAction()Gets the value of the action property.static STFormatActionReturns the enum constant of this class with the specified name.static STFormatAction[]STFormatAction.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 STFormatActionModifier and TypeMethodDescriptionvoidCTFormat.setAction(STFormatAction value) Sets the value of the action property.