public final class ConditionalStyleType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BOTTOM_LEFT_CELL
Specifies formatting of the bottom left cell of a table.
|
static int |
BOTTOM_RIGHT_CELL
Specifies formatting of the bottom right cell of a table.
|
static int |
EVEN_COLUMN_BANDING
Specifies formatting of even-numbered column stripe.
|
static int |
EVEN_ROW_BANDING
Specifies formatting of even-numbered row stripe.
|
static int |
FIRST_COLUMN
Specifies formatting of the first column of a table.
|
static int |
FIRST_ROW
Specifies formatting of the first row of a table.
|
static int |
LAST_COLUMN
Specifies formatting of the last column of a table.
|
static int |
LAST_ROW
Specifies formatting of the last row of a table.
|
static int |
length |
static int |
ODD_COLUMN_BANDING
Specifies formatting of odd-numbered column stripe.
|
static int |
ODD_ROW_BANDING
Specifies formatting of odd-numbered row stripe.
|
static int |
TOP_LEFT_CELL
Specifies formatting of the top left cell of a table.
|
static int |
TOP_RIGHT_CELL
Specifies formatting of the top right cell of a table.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String conditionalStyleTypeName) |
static java.lang.String |
getName(int conditionalStyleType) |
static int[] |
getValues() |
static java.lang.String |
toString(int conditionalStyleType) |
public static final int FIRST_ROW
public static final int FIRST_COLUMN
public static final int LAST_ROW
public static final int LAST_COLUMN
public static final int ODD_ROW_BANDING
public static final int ODD_COLUMN_BANDING
public static final int EVEN_ROW_BANDING
public static final int EVEN_COLUMN_BANDING
public static final int TOP_LEFT_CELL
public static final int TOP_RIGHT_CELL
public static final int BOTTOM_LEFT_CELL
public static final int BOTTOM_RIGHT_CELL
public static final int length