PivotTableOptions.Builder |
PivotTableOptions.Builder.cellStyle(TableCellStyle cellStyle) |
The table cell style of cells.
|
TableOptions.Builder |
TableOptions.Builder.cellStyle(TableCellStyle cellStyle) |
The table cell style of table cells.
|
PivotTableOptions.Builder |
PivotTableOptions.Builder.columnHeaderStyle(TableCellStyle columnHeaderStyle) |
The table cell style of the column header.
|
TableOptions.Builder |
TableOptions.Builder.headerStyle(TableCellStyle headerStyle) |
The table cell style of a table header.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.metricHeaderCellStyle(TableCellStyle metricHeaderCellStyle) |
The cell styling options for the total of header cells.
|
SubtotalOptions.Builder |
SubtotalOptions.Builder.metricHeaderCellStyle(TableCellStyle metricHeaderCellStyle) |
The cell styling options for the subtotals of header cells.
|
PivotTableOptions.Builder |
PivotTableOptions.Builder.rowFieldNamesStyle(TableCellStyle rowFieldNamesStyle) |
The table cell style of row field names.
|
PivotTableOptions.Builder |
PivotTableOptions.Builder.rowHeaderStyle(TableCellStyle rowHeaderStyle) |
The table cell style of the row headers.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.totalCellStyle(TableCellStyle totalCellStyle) |
The cell styling options for the total cells.
|
SubtotalOptions.Builder |
SubtotalOptions.Builder.totalCellStyle(TableCellStyle totalCellStyle) |
The cell styling options for the subtotal cells.
|
TotalOptions.Builder |
TotalOptions.Builder.totalCellStyle(TableCellStyle totalCellStyle) |
Cell styling options for the total cells.
|
PivotTotalOptions.Builder |
PivotTotalOptions.Builder.valueCellStyle(TableCellStyle valueCellStyle) |
The cell styling options for the totals of value cells.
|
SubtotalOptions.Builder |
SubtotalOptions.Builder.valueCellStyle(TableCellStyle valueCellStyle) |
The cell styling options for the subtotals of value cells.
|