Uses of Enum
org.xlsx4j.sml.STSheetViewType
Packages that use STSheetViewType
-
Uses of STSheetViewType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STSheetViewTypeModifier and TypeFieldDescriptionprotected STSheetViewTypeCTCustomSheetView.viewprotected STSheetViewTypeSheetView.viewMethods in org.xlsx4j.sml that return STSheetViewTypeModifier and TypeMethodDescriptionstatic STSheetViewTypeCTCustomSheetView.getView()Gets the value of the view property.SheetView.getView()Gets the value of the view property.static STSheetViewTypeReturns 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 STSheetViewTypeModifier and TypeMethodDescriptionvoidCTCustomSheetView.setView(STSheetViewType value) Sets the value of the view property.voidSheetView.setView(STSheetViewType value) Sets the value of the view property.