Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
TableRowConditionalFormatting |
TableRowConditionalFormatting.clone() |
TableRowConditionalFormatting |
TableConditionalFormattingOption.getRow()
The row conditional formatting option for a table.
|
TableRowConditionalFormatting |
TableRowConditionalFormatting.withBackgroundColor(ConditionalFormattingColor backgroundColor)
The conditional formatting color (solid, gradient) of the background for a table row.
|
TableRowConditionalFormatting |
TableRowConditionalFormatting.withTextColor(ConditionalFormattingColor textColor)
The conditional formatting color (solid, gradient) of the text for a table row.
|
Modifier and Type | Method and Description |
---|---|
void |
TableConditionalFormattingOption.setRow(TableRowConditionalFormatting row)
The row conditional formatting option for a table.
|
TableConditionalFormattingOption |
TableConditionalFormattingOption.withRow(TableRowConditionalFormatting row)
The row conditional formatting option for a table.
|
Copyright © 2023. All rights reserved.