Enum Class ScreenSize

java.lang.Object
java.lang.Enum<ScreenSize>
com.independentsoft.office.spreadsheet.ScreenSize
All Implemented Interfaces:
Serializable, Comparable<ScreenSize>, Constable

public enum ScreenSize extends Enum<ScreenSize>
The Enum ScreenSize.
  • Enum Constant Details

    • SIZE_1024X768

      public static final ScreenSize SIZE_1024X768
    • SIZE_1152X882

      public static final ScreenSize SIZE_1152X882
    • SIZE_1152X900

      public static final ScreenSize SIZE_1152X900
    • SIZE_1280X1024

      public static final ScreenSize SIZE_1280X1024
    • SIZE_1600X1200

      public static final ScreenSize SIZE_1600X1200
    • SIZE_1800X1440

      public static final ScreenSize SIZE_1800X1440
    • SIZE_1920X1200

      public static final ScreenSize SIZE_1920X1200
    • SIZE_544X376

      public static final ScreenSize SIZE_544X376
    • SIZE_640X480

      public static final ScreenSize SIZE_640X480
    • SIZE_720X512

      public static final ScreenSize SIZE_720X512
    • SIZE_800X600

      public static final ScreenSize SIZE_800X600
    • NONE

      public static final ScreenSize NONE
  • Method Details

    • values

      public static ScreenSize[] 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 ScreenSize 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