public enum XlsProjectionType extends Enum<XlsProjectionType>
| Enum Constant and Description |
|---|
BOOK |
CELL |
CELL_FONT |
CELL_HEIGHT |
CELL_STYLE |
CELL_VALUE |
CELL_WIDTH |
COLUMN |
GRID |
ROW |
SHEET |
TABLE |
| Modifier and Type | Method and Description |
|---|---|
static XlsProjectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XlsProjectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XlsProjectionType BOOK
public static final XlsProjectionType SHEET
public static final XlsProjectionType TABLE
public static final XlsProjectionType GRID
public static final XlsProjectionType ROW
public static final XlsProjectionType COLUMN
public static final XlsProjectionType CELL
public static final XlsProjectionType CELL_VALUE
public static final XlsProjectionType CELL_HEIGHT
public static final XlsProjectionType CELL_WIDTH
public static final XlsProjectionType CELL_STYLE
public static final XlsProjectionType CELL_FONT
public static XlsProjectionType[] values()
for (XlsProjectionType c : XlsProjectionType.values()) System.out.println(c);
public static XlsProjectionType 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 nullCopyright © 2004–2019 OpenL Tablets. All rights reserved.