Enum Class Worksheet.WorksheetPane

java.lang.Object
java.lang.Enum<Worksheet.WorksheetPane>
ch.rabanti.nanoxlsx4j.Worksheet.WorksheetPane
All Implemented Interfaces:
Serializable, Comparable<Worksheet.WorksheetPane>, Constable
Enclosing class:
Worksheet

public static enum Worksheet.WorksheetPane extends Enum<Worksheet.WorksheetPane>
Enum to define the pane position or active pane in a slip worksheet
  • Enum Constant Details

    • bottomRight

      public static final Worksheet.WorksheetPane bottomRight
      The pane is located in the bottom right of the split worksheet
    • topRight

      public static final Worksheet.WorksheetPane topRight
      The pane is located in the top right of the split worksheet
    • bottomLeft

      public static final Worksheet.WorksheetPane bottomLeft
      The pane is located in the bottom left of the split worksheet
    • topLeft

      public static final Worksheet.WorksheetPane topLeft
      The pane is located in the top left of the split worksheet
  • Method Details

    • values

      public static Worksheet.WorksheetPane[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Worksheet.WorksheetPane valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null