Enum Class SystemColor

java.lang.Object
java.lang.Enum<SystemColor>
org.apache.poi.xddf.usermodel.SystemColor
All Implemented Interfaces:
Serializable, Comparable<SystemColor>, Constable

public enum SystemColor extends Enum<SystemColor>
  • Enum Constant Details

    • ACTIVE_BORDER

      public static final SystemColor ACTIVE_BORDER
    • ACTIVE_CAPTION

      public static final SystemColor ACTIVE_CAPTION
    • APPLICATION_WORKSPACE

      public static final SystemColor APPLICATION_WORKSPACE
    • BACKGROUND

      public static final SystemColor BACKGROUND
    • BUTTON_FACE

      public static final SystemColor BUTTON_FACE
    • BUTTON_HIGHLIGHT

      public static final SystemColor BUTTON_HIGHLIGHT
    • BUTTON_SHADOW

      public static final SystemColor BUTTON_SHADOW
    • BUTTON_TEXT

      public static final SystemColor BUTTON_TEXT
    • CAPTION_TEXT

      public static final SystemColor CAPTION_TEXT
    • GRADIENT_ACTIVE_CAPTION

      public static final SystemColor GRADIENT_ACTIVE_CAPTION
    • GRADIENT_INACTIVE_CAPTION

      public static final SystemColor GRADIENT_INACTIVE_CAPTION
    • GRAY_TEXT

      public static final SystemColor GRAY_TEXT
    • HIGHLIGHT

      public static final SystemColor HIGHLIGHT
    • HIGHLIGHT_TEXT

      public static final SystemColor HIGHLIGHT_TEXT
    • HOT_LIGHT

      public static final SystemColor HOT_LIGHT
    • INACTIVE_BORDER

      public static final SystemColor INACTIVE_BORDER
    • INACTIVE_CAPTION

      public static final SystemColor INACTIVE_CAPTION
    • INACTIVE_CAPTION_TEXT

      public static final SystemColor INACTIVE_CAPTION_TEXT
    • INFO_BACKGROUND

      public static final SystemColor INFO_BACKGROUND
    • INFO_TEXT

      public static final SystemColor INFO_TEXT
    • SCROLL_BAR

      public static final SystemColor SCROLL_BAR
    • WINDOW

      public static final SystemColor WINDOW
    • WINDOW_FRAME

      public static final SystemColor WINDOW_FRAME
    • WINDOW_TEXT

      public static final SystemColor WINDOW_TEXT
    • X_3D_DARK_SHADOW

      public static final SystemColor X_3D_DARK_SHADOW
    • X_3D_LIGHT

      public static final SystemColor X_3D_LIGHT
  • Method Details

    • values

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