Uses of Enum Class
ch.rabanti.nanoxlsx4j.Worksheet.WorksheetPane
Packages that use Worksheet.WorksheetPane
-
Uses of Worksheet.WorksheetPane in ch.rabanti.nanoxlsx4j
Methods in ch.rabanti.nanoxlsx4j that return Worksheet.WorksheetPaneModifier and TypeMethodDescriptionWorksheet.getActivePane()
Gets the active Pane is splitting is applied.
The value is nullable.static Worksheet.WorksheetPane
Returns the enum constant of this class with the specified name.static Worksheet.WorksheetPane[]
Worksheet.WorksheetPane.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.rabanti.nanoxlsx4j with parameters of type Worksheet.WorksheetPaneModifier and TypeMethodDescriptionvoid
Worksheet.setHorizontalSplit
(float topPaneHeight, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the horizontal split of the worksheet into two panes.void
Worksheet.setHorizontalSplit
(int numberOfRowsFromTop, boolean freeze, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the horizontal split of the worksheet into two panes.void
Worksheet.setSplit
(Float leftPaneWidth, Float topPaneHeight, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the horizontal and vertical split of the worksheet into four panes.void
Worksheet.setSplit
(Integer numberOfColumnsFromLeft, Integer numberOfRowsFromTop, boolean freeze, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the horizontal and vertical split of the worksheet into four panes.void
Worksheet.setVerticalSplit
(float leftPaneWidth, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the vertical split of the worksheet into two panes.void
Worksheet.setVerticalSplit
(int numberOfColumnsFromLeft, boolean freeze, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the vertical split of the worksheet into two panes. -
Uses of Worksheet.WorksheetPane in ch.rabanti.nanoxlsx4j.lowLevel
Methods in ch.rabanti.nanoxlsx4j.lowLevel that return Worksheet.WorksheetPaneModifier and TypeMethodDescriptionWorksheetReader.PaneDefinition.getActivePane()
Gets the active pane in the split window