Package ch.rabanti.nanoxlsx4j.lowLevel
Class WorksheetReader.PaneDefinition
java.lang.Object
ch.rabanti.nanoxlsx4j.lowLevel.WorksheetReader.PaneDefinition
- Enclosing class:
- WorksheetReader
Class represents information about pane splitting
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the active pane in the split windowboolean
Gets the frozen state of the split windowGets the column index of a worksheet splitGets the pane split height of a worksheet splitGets the row index of a worksheet splitGets the pane split width of a worksheet splitGets the top Left cell address of the bottom right paneboolean
Gets whether an Y split was definedboolean
Gets whether an X split was definedvoid
setActivePane
(String value) Parses and sets the active pane from a string valuevoid
setFrozenState
(String value) Sets the frozen state of the split window if defined
-
Constructor Details
-
PaneDefinition
public PaneDefinition()
-
-
Method Details
-
getPaneSplitHeight
Gets the pane split height of a worksheet split- Returns:
- Pane split height
-
getPaneSplitRowIndex
Gets the row index of a worksheet split- Returns:
- Row index of the split
-
getPaneSplitWidth
Gets the pane split width of a worksheet split- Returns:
- Pane split width
-
getPaneSplitColumnIndex
Gets the column index of a worksheet split- Returns:
- Column index of the split
-
getTopLeftCell
Gets the top Left cell address of the bottom right pane- Returns:
- Top left cell address
-
getActivePane
Gets the active pane in the split window- Returns:
- Active pane split value
-
getFrozenState
public boolean getFrozenState()Gets the frozen state of the split window- Returns:
- True if panes are frozen
-
isYSplitDefined
public boolean isYSplitDefined()Gets whether an X split was defined- Returns:
- True if an X split is defined
-
isXSplitDefined
public boolean isXSplitDefined()Gets whether an Y split was defined- Returns:
- True if an Y split is defined
-
setActivePane
Parses and sets the active pane from a string value- Parameters:
value
- Raw enum value as string
-
setFrozenState
Sets the frozen state of the split window if defined- Parameters:
value
- raw attribute value
-