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