| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TableCellStyle.Builder |
TableCellStyle.Builder.backgroundColor(String backgroundColor)
The background color for the table cells.
|
default TableCellStyle.Builder |
TableCellStyle.Builder.border(Consumer<GlobalTableBorderOptions.Builder> border)
The borders for the table cells.
|
TableCellStyle.Builder |
TableCellStyle.Builder.border(GlobalTableBorderOptions border)
The borders for the table cells.
|
static TableCellStyle.Builder |
TableCellStyle.builder() |
default TableCellStyle.Builder |
TableCellStyle.Builder.fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
The font configuration of the table cells.
|
TableCellStyle.Builder |
TableCellStyle.Builder.fontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the table cells.
|
TableCellStyle.Builder |
TableCellStyle.Builder.height(Integer height)
The height color for the table cells.
|
TableCellStyle.Builder |
TableCellStyle.Builder.horizontalTextAlignment(HorizontalTextAlignment horizontalTextAlignment)
The horizontal text alignment (left, center, right, auto) for the table cells.
|
TableCellStyle.Builder |
TableCellStyle.Builder.horizontalTextAlignment(String horizontalTextAlignment)
The horizontal text alignment (left, center, right, auto) for the table cells.
|
TableCellStyle.Builder |
TableCellStyle.Builder.textWrap(String textWrap)
The text wrap (none, wrap) for the table cells.
|
TableCellStyle.Builder |
TableCellStyle.Builder.textWrap(TextWrap textWrap)
The text wrap (none, wrap) for the table cells.
|
TableCellStyle.Builder |
TableCellStyle.toBuilder() |
TableCellStyle.Builder |
TableCellStyle.Builder.verticalTextAlignment(String verticalTextAlignment)
The vertical text alignment (top, middle, bottom) for the table cells.
|
TableCellStyle.Builder |
TableCellStyle.Builder.verticalTextAlignment(VerticalTextAlignment verticalTextAlignment)
The vertical text alignment (top, middle, bottom) for the table cells.
|
TableCellStyle.Builder |
TableCellStyle.Builder.visibility(String visibility)
The visibility of the table cells.
|
TableCellStyle.Builder |
TableCellStyle.Builder.visibility(Visibility visibility)
The visibility of the table cells.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TableCellStyle.Builder> |
TableCellStyle.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PivotTableOptions.Builder |
PivotTableOptions.Builder.cellStyle(Consumer<TableCellStyle.Builder> cellStyle)
The table cell style of cells.
|
default TableOptions.Builder |
TableOptions.Builder.cellStyle(Consumer<TableCellStyle.Builder> cellStyle)
The table cell style of table cells.
|
default PivotTableOptions.Builder |
PivotTableOptions.Builder.columnHeaderStyle(Consumer<TableCellStyle.Builder> columnHeaderStyle)
The table cell style of the column header.
|
default TableOptions.Builder |
TableOptions.Builder.headerStyle(Consumer<TableCellStyle.Builder> headerStyle)
The table cell style of a table header.
|
default PivotTotalOptions.Builder |
PivotTotalOptions.Builder.metricHeaderCellStyle(Consumer<TableCellStyle.Builder> metricHeaderCellStyle)
The cell styling options for the total of header cells.
|
default SubtotalOptions.Builder |
SubtotalOptions.Builder.metricHeaderCellStyle(Consumer<TableCellStyle.Builder> metricHeaderCellStyle)
The cell styling options for the subtotals of header cells.
|
default PivotTableOptions.Builder |
PivotTableOptions.Builder.rowFieldNamesStyle(Consumer<TableCellStyle.Builder> rowFieldNamesStyle)
The table cell style of row field names.
|
default PivotTableOptions.Builder |
PivotTableOptions.Builder.rowHeaderStyle(Consumer<TableCellStyle.Builder> rowHeaderStyle)
The table cell style of the row headers.
|
default TotalOptions.Builder |
TotalOptions.Builder.totalCellStyle(Consumer<TableCellStyle.Builder> totalCellStyle)
Cell styling options for the total cells.
|
default PivotTotalOptions.Builder |
PivotTotalOptions.Builder.totalCellStyle(Consumer<TableCellStyle.Builder> totalCellStyle)
The cell styling options for the total cells.
|
default SubtotalOptions.Builder |
SubtotalOptions.Builder.totalCellStyle(Consumer<TableCellStyle.Builder> totalCellStyle)
The cell styling options for the subtotal cells.
|
default PivotTotalOptions.Builder |
PivotTotalOptions.Builder.valueCellStyle(Consumer<TableCellStyle.Builder> valueCellStyle)
The cell styling options for the totals of value cells.
|
default SubtotalOptions.Builder |
SubtotalOptions.Builder.valueCellStyle(Consumer<TableCellStyle.Builder> valueCellStyle)
The cell styling options for the subtotals of value cells.
|
Copyright © 2023. All rights reserved.