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.WorksheetPaneReturns 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 TypeMethodDescriptionvoidWorksheet.setHorizontalSplit(float topPaneHeight, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the horizontal split of the worksheet into two panes.voidWorksheet.setHorizontalSplit(int numberOfRowsFromTop, boolean freeze, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the horizontal split of the worksheet into two panes.voidWorksheet.setSplit(Float leftPaneWidth, Float topPaneHeight, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the horizontal and vertical split of the worksheet into four panes.voidWorksheet.setSplit(Integer numberOfColumnsFromLeft, Integer numberOfRowsFromTop, boolean freeze, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the horizontal and vertical split of the worksheet into four panes.voidWorksheet.setVerticalSplit(float leftPaneWidth, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the vertical split of the worksheet into two panes.voidWorksheet.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