Class WorksheetReader.PaneDefinition

java.lang.Object
ch.rabanti.nanoxlsx4j.lowLevel.WorksheetReader.PaneDefinition
Enclosing class:
WorksheetReader

public static class WorksheetReader.PaneDefinition extends Object
Class represents information about pane splitting
  • Constructor Details

    • PaneDefinition

      public PaneDefinition()
  • Method Details

    • getPaneSplitHeight

      public Float getPaneSplitHeight()
      Gets the pane split height of a worksheet split
      Returns:
      Pane split height
    • getPaneSplitRowIndex

      public Integer getPaneSplitRowIndex()
      Gets the row index of a worksheet split
      Returns:
      Row index of the split
    • getPaneSplitWidth

      public Float getPaneSplitWidth()
      Gets the pane split width of a worksheet split
      Returns:
      Pane split width
    • getPaneSplitColumnIndex

      public Integer getPaneSplitColumnIndex()
      Gets the column index of a worksheet split
      Returns:
      Column index of the split
    • getTopLeftCell

      public Address getTopLeftCell()
      Gets the top Left cell address of the bottom right pane
      Returns:
      Top left cell address
    • getActivePane

      public Worksheet.WorksheetPane 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

      public void setActivePane(String value)
      Parses and sets the active pane from a string value
      Parameters:
      value - Raw enum value as string
    • setFrozenState

      public void setFrozenState(String value)
      Sets the frozen state of the split window if defined
      Parameters:
      value - raw attribute value