Uses of Class
org.xlsx4j.sml.STSheetViewType
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STSheetViewType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STSheetViewType Modifier and Type Field Description protected STSheetViewTypeCTCustomSheetView. viewprotected STSheetViewTypeSheetView. viewMethods in org.xlsx4j.sml that return STSheetViewType Modifier and Type Method Description static STSheetViewTypeSTSheetViewType. fromValue(java.lang.String v)STSheetViewTypeCTCustomSheetView. getView()Gets the value of the view property.STSheetViewTypeSheetView. getView()Gets the value of the view property.static STSheetViewTypeSTSheetViewType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STSheetViewType[]STSheetViewType. 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 STSheetViewType Modifier and Type Method Description voidCTCustomSheetView. setView(STSheetViewType value)Sets the value of the view property.voidSheetView. setView(STSheetViewType value)Sets the value of the view property.