public static interface TableRowConditionalFormatting.Builder extends SdkPojo, CopyableBuilder<TableRowConditionalFormatting.Builder,TableRowConditionalFormatting>
| Modifier and Type | Method and Description |
|---|---|
TableRowConditionalFormatting.Builder |
backgroundColor(ConditionalFormattingColor backgroundColor)
The conditional formatting color (solid, gradient) of the background for a table row.
|
default TableRowConditionalFormatting.Builder |
backgroundColor(Consumer<ConditionalFormattingColor.Builder> backgroundColor)
The conditional formatting color (solid, gradient) of the background for a table row.
|
TableRowConditionalFormatting.Builder |
textColor(ConditionalFormattingColor textColor)
The conditional formatting color (solid, gradient) of the text for a table row.
|
default TableRowConditionalFormatting.Builder |
textColor(Consumer<ConditionalFormattingColor.Builder> textColor)
The conditional formatting color (solid, gradient) of the text for a table row.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableRowConditionalFormatting.Builder backgroundColor(ConditionalFormattingColor backgroundColor)
The conditional formatting color (solid, gradient) of the background for a table row.
backgroundColor - The conditional formatting color (solid, gradient) of the background for a table row.default TableRowConditionalFormatting.Builder backgroundColor(Consumer<ConditionalFormattingColor.Builder> backgroundColor)
The conditional formatting color (solid, gradient) of the background for a table row.
This is a convenience method that creates an instance of theConditionalFormattingColor.Builder
avoiding the need to create one manually via ConditionalFormattingColor.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to backgroundColor(ConditionalFormattingColor).
backgroundColor - a consumer that will call methods on ConditionalFormattingColor.BuilderbackgroundColor(ConditionalFormattingColor)TableRowConditionalFormatting.Builder textColor(ConditionalFormattingColor textColor)
The conditional formatting color (solid, gradient) of the text for a table row.
textColor - The conditional formatting color (solid, gradient) of the text for a table row.default TableRowConditionalFormatting.Builder textColor(Consumer<ConditionalFormattingColor.Builder> textColor)
The conditional formatting color (solid, gradient) of the text for a table row.
This is a convenience method that creates an instance of theConditionalFormattingColor.Builder
avoiding the need to create one manually via ConditionalFormattingColor.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to textColor(ConditionalFormattingColor).
textColor - a consumer that will call methods on ConditionalFormattingColor.BuildertextColor(ConditionalFormattingColor)Copyright © 2023. All rights reserved.