public enum CellPropertyType extends Enum<CellPropertyType>
CellPropertyCategory, which classifies and organizes
the properties based on their characteristics.| Modifier and Type | Method and Description |
|---|---|
CellPropertyCategory |
getCategory() |
static CellPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CellPropertyType BORDER_BOTTOM
public static final CellPropertyType BORDER_LEFT
public static final CellPropertyType BORDER_RIGHT
public static final CellPropertyType BORDER_TOP
public static final CellPropertyType BOTTOM_BORDER_COLOR
public static final CellPropertyType LEFT_BORDER_COLOR
public static final CellPropertyType RIGHT_BORDER_COLOR
public static final CellPropertyType TOP_BORDER_COLOR
public static final CellPropertyType DATA_FORMAT
public static final CellPropertyType FILL_BACKGROUND_COLOR
public static final CellPropertyType FILL_FOREGROUND_COLOR
public static final CellPropertyType INDENTION
public static final CellPropertyType ROTATION
public static final CellPropertyType FILL_BACKGROUND_COLOR_COLOR
public static final CellPropertyType FILL_FOREGROUND_COLOR_COLOR
public static final CellPropertyType FONT
public static final CellPropertyType HIDDEN
public static final CellPropertyType LOCKED
public static final CellPropertyType WRAP_TEXT
public static final CellPropertyType SHRINK_TO_FIT
public static final CellPropertyType QUOTE_PREFIXED
public static final CellPropertyType ALIGNMENT
public static final CellPropertyType FILL_PATTERN
public static final CellPropertyType VERTICAL_ALIGNMENT
public static CellPropertyType[] values()
for (CellPropertyType c : CellPropertyType.values()) System.out.println(c);
public static CellPropertyType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic CellPropertyCategory getCategory()