Uses of Class
org.xlsx4j.sml.STSheetState
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STSheetState in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STSheetState Modifier and Type Field Description protected STSheetStateCTCustomChartsheetView. stateprotected STSheetStateCTCustomSheetView. stateprotected STSheetStateSheet. stateMethods in org.xlsx4j.sml that return STSheetState Modifier and Type Method Description static STSheetStateSTSheetState. fromValue(java.lang.String v)STSheetStateCTCustomChartsheetView. getState()Gets the value of the state property.STSheetStateCTCustomSheetView. getState()Gets the value of the state property.STSheetStateSheet. getState()Gets the value of the state property.static STSheetStateSTSheetState. valueOf(java.lang.String name)Returns 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 STSheetState Modifier and Type Method Description voidCTCustomChartsheetView. 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.