Uses of Enum
org.xlsx4j.sml.STRevisionAction
Packages that use STRevisionAction
-
Uses of STRevisionAction in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STRevisionActionModifier and TypeFieldDescriptionprotected STRevisionActionCTRevisionComment.actionprotected STRevisionActionCTRevisionCustomView.actionMethods in org.xlsx4j.sml that return STRevisionActionModifier and TypeMethodDescriptionstatic STRevisionActionCTRevisionComment.getAction()Gets the value of the action property.CTRevisionCustomView.getAction()Gets the value of the action property.static STRevisionActionReturns 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 STRevisionActionModifier and TypeMethodDescriptionvoidCTRevisionComment.setAction(STRevisionAction value) Sets the value of the action property.voidCTRevisionCustomView.setAction(STRevisionAction value) Sets the value of the action property.