| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
GlobalTableBorderOptions |
GlobalTableBorderOptions.clone() |
GlobalTableBorderOptions |
TableCellStyle.getBorder()
The borders for the table cells.
|
GlobalTableBorderOptions |
GlobalTableBorderOptions.withSideSpecificBorder(TableSideBorderOptions sideSpecificBorder)
Determines the options for side specific border.
|
GlobalTableBorderOptions |
GlobalTableBorderOptions.withUniformBorder(TableBorderOptions uniformBorder)
Determines the options for uniform border.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableCellStyle.setBorder(GlobalTableBorderOptions border)
The borders for the table cells.
|
TableCellStyle |
TableCellStyle.withBorder(GlobalTableBorderOptions border)
The borders for the table cells.
|
Copyright © 2024. All rights reserved.