Uses of Enum Class
ch.rabanti.nanoxlsx4j.Worksheet.SheetViewType
Packages that use Worksheet.SheetViewType
-
Uses of Worksheet.SheetViewType in ch.rabanti.nanoxlsx4j
Methods in ch.rabanti.nanoxlsx4j that return Worksheet.SheetViewTypeModifier and TypeMethodDescriptionWorksheet.getViewType()
Gets how the current worksheet is displayed in the spreadsheet application (Excel)static Worksheet.SheetViewType
Returns the enum constant of this class with the specified name.static Worksheet.SheetViewType[]
Worksheet.SheetViewType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.rabanti.nanoxlsx4j that return types with arguments of type Worksheet.SheetViewTypeModifier and TypeMethodDescriptionWorksheet.getZoomFactors()
Gets all defined zoom factors perWorksheet.SheetViewType
of the current worksheet.Methods in ch.rabanti.nanoxlsx4j with parameters of type Worksheet.SheetViewTypeModifier and TypeMethodDescriptionvoid
Worksheet.setViewType
(Worksheet.SheetViewType viewType) Sets how the current worksheet is displayed in the spreadsheet application (Excel)void
Worksheet.setZoomFactor
(Worksheet.SheetViewType sheetViewType, int zoomFactor) Sets a zoom factor for a givenWorksheet.SheetViewType
. -
Uses of Worksheet.SheetViewType in ch.rabanti.nanoxlsx4j.lowLevel
Methods in ch.rabanti.nanoxlsx4j.lowLevel that return Worksheet.SheetViewTypeModifier and TypeMethodDescriptionWorksheetReader.getViewType()
Gets the sheet view type of the current worksheetMethods in ch.rabanti.nanoxlsx4j.lowLevel that return types with arguments of type Worksheet.SheetViewTypeModifier and TypeMethodDescriptionWorksheetReader.getZoomFactors()
Gets all preserved zoom factors of the worksheet