Uses of Class
org.xlsx4j.sml.STFormatAction
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STFormatAction in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STFormatAction Modifier and Type Field Description protected STFormatActionCTFormat. actionMethods in org.xlsx4j.sml that return STFormatAction Modifier and Type Method Description static STFormatActionSTFormatAction. fromValue(java.lang.String v)STFormatActionCTFormat. getAction()Gets the value of the action property.static STFormatActionSTFormatAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STFormatAction[]STFormatAction. 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 STFormatAction Modifier and Type Method Description voidCTFormat. setAction(STFormatAction value)Sets the value of the action property.