Uses of Enum
org.xlsx4j.sml.STSheetState
Packages that use STSheetState
-
Uses of STSheetState in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STSheetStateModifier and TypeFieldDescriptionprotected STSheetStateCTCustomChartsheetView.stateprotected STSheetStateCTCustomSheetView.stateprotected STSheetStateSheet.stateMethods in org.xlsx4j.sml that return STSheetStateModifier and TypeMethodDescriptionstatic STSheetStateCTCustomChartsheetView.getState()Gets the value of the state property.CTCustomSheetView.getState()Gets the value of the state property.Sheet.getState()Gets the value of the state property.static STSheetStateReturns the enum constant of this type with the specified name.static STSheetState[]STSheetState.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 STSheetStateModifier and TypeMethodDescriptionvoidCTCustomChartsheetView.setState(STSheetState value) Sets the value of the state property.voidCTCustomSheetView.setState(STSheetState value) Sets the value of the state property.voidSheet.setState(STSheetState value) Sets the value of the state property.