public enum TextStyleTextBackgroundColorEnum extends Enum<TextStyleTextBackgroundColorEnum>
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getValue() |
static TextStyleTextBackgroundColorEnum |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static TextStyleTextBackgroundColorEnum[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final TextStyleTextBackgroundColorEnum LIGHTGRAYBACKGROUND
public static final TextStyleTextBackgroundColorEnum LIGHTREDBACKGROUND
public static final TextStyleTextBackgroundColorEnum LIGHTORANGEBACKGROUND
public static final TextStyleTextBackgroundColorEnum LIGHTYELLOWBACKGROUND
public static final TextStyleTextBackgroundColorEnum LIGHTGREENBACKGROUND
public static final TextStyleTextBackgroundColorEnum LIGHTBLUEBACKGROUND
public static final TextStyleTextBackgroundColorEnum LIGHTPURPLEBACKGROUND
public static final TextStyleTextBackgroundColorEnum PALEGRAYBACKGROUND
public static final TextStyleTextBackgroundColorEnum DARKGRAYBACKGROUND
public static final TextStyleTextBackgroundColorEnum DARKREDBACKGROUND
public static final TextStyleTextBackgroundColorEnum DARKORANGEBACKGROUND
public static final TextStyleTextBackgroundColorEnum DARKYELLOWBACKGROUND
public static final TextStyleTextBackgroundColorEnum DARKGREENBACKGROUND
public static final TextStyleTextBackgroundColorEnum DARKBLUEBACKGROUND
public static final TextStyleTextBackgroundColorEnum DARKPURPLEBACKGROUND
public static TextStyleTextBackgroundColorEnum[] values()
for (TextStyleTextBackgroundColorEnum c : TextStyleTextBackgroundColorEnum.values()) System.out.println(c);
public static TextStyleTextBackgroundColorEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getValue()
Copyright © 2024. All rights reserved.