public enum TableStyleElementType extends java.lang.Enum<TableStyleElementType>
| Enum Constant and Description |
|---|
BlankRow
Specifies the blank row.
|
FirstColumn
Specifies the first column.
|
FirstColumnStripe
Specifies column stripe1.
|
FirstColumnSubheading
Specifies column subheading1.
|
FirstHeaderCell
Specifies the first header cell.
|
FirstRowStripe
Specifies row stripe1.
|
FirstRowSubheading
Specifies row subheading1.
|
FirstSubtotalColumn
Specifies the subtotal column1.
|
FirstSubtotalRow
Specifies the subtotal row1.
|
FirstTotalCell
Specifies the first total cell.
|
GrandTotalColumn
Specifies the grand total column in pivot.
|
GrandTotalRow
Specifies the grand total row in pivot.
|
HeaderRow
Specifes the header row
|
HoveredSelectedItemWithData
Specifies a selected item, hovered over by the user, that contains data.
|
HoveredSelectedItemWithNoData
Specifies a selected item, hovered over by the user, that does not contain data.
|
HoveredUnselectedItemWithData
Specifies an item, hovered over by the user, that is not selected and that contains data.
|
HoveredUnselectedItemWithNoData
Specifies a selected item, hovered over by the user, that is not selected and that does not contain data.
|
LastColumn
Specifies the last column
|
LastHeaderCell
Specifies the last header cell.
|
LastTotalCell
Specifies the last total cell.
|
PageFieldLabels
Specifies page field labels.
|
PageFieldValues
Specifies page field values.
|
SecondColumnStripe
Specifies column stripe2.
|
SecondColumnSubheading
Specifies column subheading2.
|
SecondRowStripe
Specifies row stripe2.
|
SecondRowSubheading
Specifies row subheading2.
|
SecondSubtotalColumn
Specifies the subtotal column2.
|
SecondSubtotalRow
Specifies the subtotal row2.
|
SelectedItemWithData
Specifies a selected item that contains data.
|
SelectedItemWithNoData
Specifies a selected item that does not contain data.
|
ThirdColumnSubheading
Specifies column subheading3.
|
ThirdRowSubheading
Specifies row subheading3.
|
ThirdSubtotalColumn
Specifies the subtotal column3.
|
ThirdSubtotalRow
Specifies the subtotal row3.
|
TotalRow
Specifies the total row.
|
UnselectedItemWithData
Specifies an item that is not selected that contains data.
|
UnselectedItemWithNoData
Specifies an item that is not selected that does not contain data.
|
WholeTable
Specifies the entire table.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
SIZE |
| Modifier and Type | Method and Description |
|---|---|
static TableStyleElementType |
forValue(int value) |
int |
getValue() |
static TableStyleElementType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableStyleElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableStyleElementType WholeTable
public static final TableStyleElementType HeaderRow
public static final TableStyleElementType TotalRow
public static final TableStyleElementType GrandTotalRow
public static final TableStyleElementType FirstColumn
public static final TableStyleElementType LastColumn
public static final TableStyleElementType GrandTotalColumn
public static final TableStyleElementType FirstRowStripe
public static final TableStyleElementType SecondRowStripe
public static final TableStyleElementType FirstColumnStripe
public static final TableStyleElementType SecondColumnStripe
public static final TableStyleElementType FirstHeaderCell
public static final TableStyleElementType LastHeaderCell
public static final TableStyleElementType FirstTotalCell
public static final TableStyleElementType LastTotalCell
public static final TableStyleElementType FirstSubtotalColumn
public static final TableStyleElementType SecondSubtotalColumn
public static final TableStyleElementType ThirdSubtotalColumn
public static final TableStyleElementType FirstSubtotalRow
public static final TableStyleElementType SecondSubtotalRow
public static final TableStyleElementType ThirdSubtotalRow
public static final TableStyleElementType BlankRow
public static final TableStyleElementType FirstColumnSubheading
public static final TableStyleElementType SecondColumnSubheading
public static final TableStyleElementType ThirdColumnSubheading
public static final TableStyleElementType FirstRowSubheading
public static final TableStyleElementType SecondRowSubheading
public static final TableStyleElementType ThirdRowSubheading
public static final TableStyleElementType PageFieldLabels
public static final TableStyleElementType PageFieldValues
public static final TableStyleElementType UnselectedItemWithData
public static final TableStyleElementType UnselectedItemWithNoData
public static final TableStyleElementType SelectedItemWithData
public static final TableStyleElementType SelectedItemWithNoData
public static final TableStyleElementType HoveredUnselectedItemWithData
public static final TableStyleElementType HoveredSelectedItemWithData
public static final TableStyleElementType HoveredUnselectedItemWithNoData
public static final TableStyleElementType HoveredSelectedItemWithNoData
public static final int SIZE
public static TableStyleElementType[] values()
for (TableStyleElementType c : TableStyleElementType.values()) System.out.println(c);
public static TableStyleElementType 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 int getValue()
public static TableStyleElementType forValue(int value)