public static enum ThemesTable.ThemeElement extends java.lang.Enum<ThemesTable.ThemeElement>
Enum Constant and Description |
---|
ACCENT1 |
ACCENT2 |
ACCENT3 |
ACCENT4 |
ACCENT5 |
ACCENT6 |
DK1 |
DK2 |
FOLHLINK |
HLINK |
LT1 |
LT2 |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static ThemesTable.ThemeElement |
byId(int idx) |
static ThemesTable.ThemeElement |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThemesTable.ThemeElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThemesTable.ThemeElement LT1
public static final ThemesTable.ThemeElement DK1
public static final ThemesTable.ThemeElement LT2
public static final ThemesTable.ThemeElement DK2
public static final ThemesTable.ThemeElement ACCENT1
public static final ThemesTable.ThemeElement ACCENT2
public static final ThemesTable.ThemeElement ACCENT3
public static final ThemesTable.ThemeElement ACCENT4
public static final ThemesTable.ThemeElement ACCENT5
public static final ThemesTable.ThemeElement ACCENT6
public static final ThemesTable.ThemeElement HLINK
public static final ThemesTable.ThemeElement FOLHLINK
public static final ThemesTable.ThemeElement UNKNOWN
public static ThemesTable.ThemeElement[] values()
for (ThemesTable.ThemeElement c : ThemesTable.ThemeElement.values()) System.out.println(c);
public static ThemesTable.ThemeElement valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static ThemesTable.ThemeElement byId(int idx)
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.