| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TableCellStyle |
PivotTableOptions.cellStyle()
The table cell style of cells.
|
TableCellStyle |
TableOptions.cellStyle()
The table cell style of table cells.
|
TableCellStyle |
PivotTableOptions.columnHeaderStyle()
The table cell style of the column header.
|
TableCellStyle |
TableOptions.headerStyle()
The table cell style of a table header.
|
TableCellStyle |
PivotTotalOptions.metricHeaderCellStyle()
The cell styling options for the total of header cells.
|
TableCellStyle |
SubtotalOptions.metricHeaderCellStyle()
The cell styling options for the subtotals of header cells.
|
TableCellStyle |
PivotTableOptions.rowFieldNamesStyle()
The table cell style of row field names.
|
TableCellStyle |
PivotTableOptions.rowHeaderStyle()
The table cell style of the row headers.
|
TableCellStyle |
TotalOptions.totalCellStyle()
Cell styling options for the total cells.
|
TableCellStyle |
PivotTotalOptions.totalCellStyle()
The cell styling options for the total cells.
|
TableCellStyle |
SubtotalOptions.totalCellStyle()
The cell styling options for the subtotal cells.
|
TableCellStyle |
PivotTotalOptions.valueCellStyle()
The cell styling options for the totals of value cells.
|
TableCellStyle |
SubtotalOptions.valueCellStyle()
The cell styling options for the subtotals of value cells.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
TotalOptions.Builder |
TotalOptions.Builder.totalCellStyle(TableCellStyle totalCellStyle)
Cell styling options for the total cells.
|
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.
|
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.
|
Copyright © 2023. All rights reserved.