TableStyleElementType
Inheritance: java.lang.Object
public final class TableStyleElementType
Represents the Table or PivotTable style element type.
Fields
Field | Description |
---|---|
BLANK_ROW | Table style element that applies to PivotTable’s blank rows. |
FIRST_COLUMN | Table style element that applies to table’s first column. |
FIRST_COLUMN_STRIPE | Table style element that applies to table’s first column stripes. |
FIRST_COLUMN_SUBHEADING | Table style element that applies to PivotTable’s first column subheading. |
FIRST_HEADER_CELL | Table style element that applies to table’s first header row cell. |
FIRST_ROW_STRIPE | Table style element that applies to table’s first row stripes. |
FIRST_ROW_SUBHEADING | Table style element that applies to PivotTable’s first row subheading. |
FIRST_SUBTOTAL_COLUMN | Table style element that applies to PivotTable’s first subtotal column. |
FIRST_SUBTOTAL_ROW | Table style element that applies to pivot table’s first subtotal row. |
FIRST_TOTAL_CELL | Table style element that applies to table’s first total row cell. |
GRAND_TOTAL_COLUMN | Table style element that applies to pivot table’s grand total column. |
GRAND_TOTAL_ROW | Table style element that applies to pivot table’s grand total row. |
HEADER_ROW | Table style element that applies to table’s header row. |
LAST_COLUMN | Table style element that applies to table’s last column. |
LAST_HEADER_CELL | Table style element that applies to table’s last header row cell. |
LAST_TOTAL_CELL | Table style element that applies to table’s last total row cell. |
PAGE_FIELD_LABELS | Table style element that applies to pivot table’s page field labels. |
PAGE_FIELD_VALUES | Table style element that applies to pivot table’s page field values. |
SECOND_COLUMN_STRIPE | Table style element that applies to table’s second column stripes. |
SECOND_COLUMN_SUBHEADING | Table style element that applies to pivot table’s second column subheading. |
SECOND_ROW_STRIPE | Table style element that applies to table’s second row stripes. |
SECOND_ROW_SUBHEADING | Table style element that applies to pivot table’s second row subheading. |
SECOND_SUBTOTAL_COLUMN | Table style element that applies to PivotTable’s second subtotal column. |
SECOND_SUBTOTAL_ROW | Table style element that applies to PivotTable’s second subtotal row. |
THIRD_COLUMN_SUBHEADING | Table style element that applies to PivotTable’s third column subheading. |
THIRD_ROW_SUBHEADING | Table style element that applies to PivotTable’s third row subheading. |
THIRD_SUBTOTAL_COLUMN | Table style element that applies to pivot table’s third subtotal column. |
THIRD_SUBTOTAL_ROW | Table style element that applies to PivotTable’s third subtotal row. |
TOTAL_ROW | Table style element that applies to table’s total row. |
WHOLE_TABLE | Table style element that applies to table’s entire content. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
BLANK_ROW
public static final int BLANK_ROW
Table style element that applies to PivotTable’s blank rows.
FIRST_COLUMN
public static final int FIRST_COLUMN
Table style element that applies to table’s first column.
FIRST_COLUMN_STRIPE
public static final int FIRST_COLUMN_STRIPE
Table style element that applies to table’s first column stripes.
FIRST_COLUMN_SUBHEADING
public static final int FIRST_COLUMN_SUBHEADING
Table style element that applies to PivotTable’s first column subheading.
FIRST_HEADER_CELL
public static final int FIRST_HEADER_CELL
Table style element that applies to table’s first header row cell.
FIRST_ROW_STRIPE
public static final int FIRST_ROW_STRIPE
Table style element that applies to table’s first row stripes.
FIRST_ROW_SUBHEADING
public static final int FIRST_ROW_SUBHEADING
Table style element that applies to PivotTable’s first row subheading.
FIRST_SUBTOTAL_COLUMN
public static final int FIRST_SUBTOTAL_COLUMN
Table style element that applies to PivotTable’s first subtotal column.
FIRST_SUBTOTAL_ROW
public static final int FIRST_SUBTOTAL_ROW
Table style element that applies to pivot table’s first subtotal row.
FIRST_TOTAL_CELL
public static final int FIRST_TOTAL_CELL
Table style element that applies to table’s first total row cell.
GRAND_TOTAL_COLUMN
public static final int GRAND_TOTAL_COLUMN
Table style element that applies to pivot table’s grand total column.
GRAND_TOTAL_ROW
public static final int GRAND_TOTAL_ROW
Table style element that applies to pivot table’s grand total row.
HEADER_ROW
public static final int HEADER_ROW
Table style element that applies to table’s header row.
LAST_COLUMN
public static final int LAST_COLUMN
Table style element that applies to table’s last column.
LAST_HEADER_CELL
public static final int LAST_HEADER_CELL
Table style element that applies to table’s last header row cell.
LAST_TOTAL_CELL
public static final int LAST_TOTAL_CELL
Table style element that applies to table’s last total row cell.
PAGE_FIELD_LABELS
public static final int PAGE_FIELD_LABELS
Table style element that applies to pivot table’s page field labels.
PAGE_FIELD_VALUES
public static final int PAGE_FIELD_VALUES
Table style element that applies to pivot table’s page field values.
SECOND_COLUMN_STRIPE
public static final int SECOND_COLUMN_STRIPE
Table style element that applies to table’s second column stripes.
SECOND_COLUMN_SUBHEADING
public static final int SECOND_COLUMN_SUBHEADING
Table style element that applies to pivot table’s second column subheading.
SECOND_ROW_STRIPE
public static final int SECOND_ROW_STRIPE
Table style element that applies to table’s second row stripes.
SECOND_ROW_SUBHEADING
public static final int SECOND_ROW_SUBHEADING
Table style element that applies to pivot table’s second row subheading.
SECOND_SUBTOTAL_COLUMN
public static final int SECOND_SUBTOTAL_COLUMN
Table style element that applies to PivotTable’s second subtotal column.
SECOND_SUBTOTAL_ROW
public static final int SECOND_SUBTOTAL_ROW
Table style element that applies to PivotTable’s second subtotal row.
THIRD_COLUMN_SUBHEADING
public static final int THIRD_COLUMN_SUBHEADING
Table style element that applies to PivotTable’s third column subheading.
THIRD_ROW_SUBHEADING
public static final int THIRD_ROW_SUBHEADING
Table style element that applies to PivotTable’s third row subheading.
THIRD_SUBTOTAL_COLUMN
public static final int THIRD_SUBTOTAL_COLUMN
Table style element that applies to pivot table’s third subtotal column.
THIRD_SUBTOTAL_ROW
public static final int THIRD_SUBTOTAL_ROW
Table style element that applies to PivotTable’s third subtotal row.
TOTAL_ROW
public static final int TOTAL_ROW
Table style element that applies to table’s total row.
WHOLE_TABLE
public static final int WHOLE_TABLE
Table style element that applies to table’s entire content.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |