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