Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
TableCellStyle |
TableCellStyle.clone() |
TableCellStyle |
PivotTableOptions.getCellStyle()
The table cell style of cells.
|
TableCellStyle |
TableOptions.getCellStyle()
The table cell style of table cells.
|
TableCellStyle |
PivotTableOptions.getColumnHeaderStyle()
The table cell style of the column header.
|
TableCellStyle |
TableOptions.getHeaderStyle()
The table cell style of a table header.
|
TableCellStyle |
PivotTotalOptions.getMetricHeaderCellStyle()
The cell styling options for the total of header cells.
|
TableCellStyle |
SubtotalOptions.getMetricHeaderCellStyle()
The cell styling options for the subtotals of header cells.
|
TableCellStyle |
PivotTableOptions.getRowFieldNamesStyle()
The table cell style of row field names.
|
TableCellStyle |
PivotTableOptions.getRowHeaderStyle()
The table cell style of the row headers.
|
TableCellStyle |
PivotTotalOptions.getTotalCellStyle()
The cell styling options for the total cells.
|
TableCellStyle |
SubtotalOptions.getTotalCellStyle()
The cell styling options for the subtotal cells.
|
TableCellStyle |
TotalOptions.getTotalCellStyle()
Cell styling options for the total cells.
|
TableCellStyle |
PivotTotalOptions.getValueCellStyle()
The cell styling options for the totals of value cells.
|
TableCellStyle |
SubtotalOptions.getValueCellStyle()
The cell styling options for the subtotals of value cells.
|
TableCellStyle |
TableCellStyle.withBackgroundColor(String backgroundColor)
The background color for the table cells.
|
TableCellStyle |
TableCellStyle.withBorder(GlobalTableBorderOptions border)
The borders for the table cells.
|
TableCellStyle |
TableCellStyle.withFontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the table cells.
|
TableCellStyle |
TableCellStyle.withHeight(Integer height)
The height color for the table cells.
|
TableCellStyle |
TableCellStyle.withHorizontalTextAlignment(HorizontalTextAlignment horizontalTextAlignment)
The horizontal text alignment (left, center, right, auto) for the table cells.
|
TableCellStyle |
TableCellStyle.withHorizontalTextAlignment(String horizontalTextAlignment)
The horizontal text alignment (left, center, right, auto) for the table cells.
|
TableCellStyle |
TableCellStyle.withTextWrap(String textWrap)
The text wrap (none, wrap) for the table cells.
|
TableCellStyle |
TableCellStyle.withTextWrap(TextWrap textWrap)
The text wrap (none, wrap) for the table cells.
|
TableCellStyle |
TableCellStyle.withVerticalTextAlignment(String verticalTextAlignment)
The vertical text alignment (top, middle, bottom) for the table cells.
|
TableCellStyle |
TableCellStyle.withVerticalTextAlignment(VerticalTextAlignment verticalTextAlignment)
The vertical text alignment (top, middle, bottom) for the table cells.
|
TableCellStyle |
TableCellStyle.withVisibility(String visibility)
The visibility of the table cells.
|
TableCellStyle |
TableCellStyle.withVisibility(Visibility visibility)
The visibility of the table cells.
|
Modifier and Type | Method and Description |
---|---|
void |
PivotTableOptions.setCellStyle(TableCellStyle cellStyle)
The table cell style of cells.
|
void |
TableOptions.setCellStyle(TableCellStyle cellStyle)
The table cell style of table cells.
|
void |
PivotTableOptions.setColumnHeaderStyle(TableCellStyle columnHeaderStyle)
The table cell style of the column header.
|
void |
TableOptions.setHeaderStyle(TableCellStyle headerStyle)
The table cell style of a table header.
|
void |
PivotTotalOptions.setMetricHeaderCellStyle(TableCellStyle metricHeaderCellStyle)
The cell styling options for the total of header cells.
|
void |
SubtotalOptions.setMetricHeaderCellStyle(TableCellStyle metricHeaderCellStyle)
The cell styling options for the subtotals of header cells.
|
void |
PivotTableOptions.setRowFieldNamesStyle(TableCellStyle rowFieldNamesStyle)
The table cell style of row field names.
|
void |
PivotTableOptions.setRowHeaderStyle(TableCellStyle rowHeaderStyle)
The table cell style of the row headers.
|
void |
PivotTotalOptions.setTotalCellStyle(TableCellStyle totalCellStyle)
The cell styling options for the total cells.
|
void |
SubtotalOptions.setTotalCellStyle(TableCellStyle totalCellStyle)
The cell styling options for the subtotal cells.
|
void |
TotalOptions.setTotalCellStyle(TableCellStyle totalCellStyle)
Cell styling options for the total cells.
|
void |
PivotTotalOptions.setValueCellStyle(TableCellStyle valueCellStyle)
The cell styling options for the totals of value cells.
|
void |
SubtotalOptions.setValueCellStyle(TableCellStyle valueCellStyle)
The cell styling options for the subtotals of value cells.
|
PivotTableOptions |
PivotTableOptions.withCellStyle(TableCellStyle cellStyle)
The table cell style of cells.
|
TableOptions |
TableOptions.withCellStyle(TableCellStyle cellStyle)
The table cell style of table cells.
|
PivotTableOptions |
PivotTableOptions.withColumnHeaderStyle(TableCellStyle columnHeaderStyle)
The table cell style of the column header.
|
TableOptions |
TableOptions.withHeaderStyle(TableCellStyle headerStyle)
The table cell style of a table header.
|
PivotTotalOptions |
PivotTotalOptions.withMetricHeaderCellStyle(TableCellStyle metricHeaderCellStyle)
The cell styling options for the total of header cells.
|
SubtotalOptions |
SubtotalOptions.withMetricHeaderCellStyle(TableCellStyle metricHeaderCellStyle)
The cell styling options for the subtotals of header cells.
|
PivotTableOptions |
PivotTableOptions.withRowFieldNamesStyle(TableCellStyle rowFieldNamesStyle)
The table cell style of row field names.
|
PivotTableOptions |
PivotTableOptions.withRowHeaderStyle(TableCellStyle rowHeaderStyle)
The table cell style of the row headers.
|
PivotTotalOptions |
PivotTotalOptions.withTotalCellStyle(TableCellStyle totalCellStyle)
The cell styling options for the total cells.
|
SubtotalOptions |
SubtotalOptions.withTotalCellStyle(TableCellStyle totalCellStyle)
The cell styling options for the subtotal cells.
|
TotalOptions |
TotalOptions.withTotalCellStyle(TableCellStyle totalCellStyle)
Cell styling options for the total cells.
|
PivotTotalOptions |
PivotTotalOptions.withValueCellStyle(TableCellStyle valueCellStyle)
The cell styling options for the totals of value cells.
|
SubtotalOptions |
SubtotalOptions.withValueCellStyle(TableCellStyle valueCellStyle)
The cell styling options for the subtotals of value cells.
|
Copyright © 2023. All rights reserved.