public static interface TableCellStyle.Builder extends SdkPojo, CopyableBuilder<TableCellStyle.Builder,TableCellStyle>
| Modifier and Type | Method and Description |
|---|---|
TableCellStyle.Builder |
backgroundColor(String backgroundColor)
The background color for the table cells.
|
default TableCellStyle.Builder |
border(Consumer<GlobalTableBorderOptions.Builder> border)
The borders for the table cells.
|
TableCellStyle.Builder |
border(GlobalTableBorderOptions border)
The borders for the table cells.
|
default TableCellStyle.Builder |
fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
The font configuration of the table cells.
|
TableCellStyle.Builder |
fontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the table cells.
|
TableCellStyle.Builder |
height(Integer height)
The height color for the table cells.
|
TableCellStyle.Builder |
horizontalTextAlignment(HorizontalTextAlignment horizontalTextAlignment)
The horizontal text alignment (left, center, right, auto) for the table cells.
|
TableCellStyle.Builder |
horizontalTextAlignment(String horizontalTextAlignment)
The horizontal text alignment (left, center, right, auto) for the table cells.
|
TableCellStyle.Builder |
textWrap(String textWrap)
The text wrap (none, wrap) for the table cells.
|
TableCellStyle.Builder |
textWrap(TextWrap textWrap)
The text wrap (none, wrap) for the table cells.
|
TableCellStyle.Builder |
verticalTextAlignment(String verticalTextAlignment)
The vertical text alignment (top, middle, bottom) for the table cells.
|
TableCellStyle.Builder |
verticalTextAlignment(VerticalTextAlignment verticalTextAlignment)
The vertical text alignment (top, middle, bottom) for the table cells.
|
TableCellStyle.Builder |
visibility(String visibility)
The visibility of the table cells.
|
TableCellStyle.Builder |
visibility(Visibility visibility)
The visibility of the table cells.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableCellStyle.Builder visibility(String visibility)
The visibility of the table cells.
visibility - The visibility of the table cells.Visibility,
VisibilityTableCellStyle.Builder visibility(Visibility visibility)
The visibility of the table cells.
visibility - The visibility of the table cells.Visibility,
VisibilityTableCellStyle.Builder fontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the table cells.
fontConfiguration - The font configuration of the table cells.default TableCellStyle.Builder fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
The font configuration of the table cells.
This is a convenience method that creates an instance of theFontConfiguration.Builder avoiding the
need to create one manually via FontConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to fontConfiguration(FontConfiguration).
fontConfiguration - a consumer that will call methods on FontConfiguration.BuilderfontConfiguration(FontConfiguration)TableCellStyle.Builder textWrap(String textWrap)
The text wrap (none, wrap) for the table cells.
TableCellStyle.Builder textWrap(TextWrap textWrap)
The text wrap (none, wrap) for the table cells.
TableCellStyle.Builder horizontalTextAlignment(String horizontalTextAlignment)
The horizontal text alignment (left, center, right, auto) for the table cells.
horizontalTextAlignment - The horizontal text alignment (left, center, right, auto) for the table cells.HorizontalTextAlignment,
HorizontalTextAlignmentTableCellStyle.Builder horizontalTextAlignment(HorizontalTextAlignment horizontalTextAlignment)
The horizontal text alignment (left, center, right, auto) for the table cells.
horizontalTextAlignment - The horizontal text alignment (left, center, right, auto) for the table cells.HorizontalTextAlignment,
HorizontalTextAlignmentTableCellStyle.Builder verticalTextAlignment(String verticalTextAlignment)
The vertical text alignment (top, middle, bottom) for the table cells.
verticalTextAlignment - The vertical text alignment (top, middle, bottom) for the table cells.VerticalTextAlignment,
VerticalTextAlignmentTableCellStyle.Builder verticalTextAlignment(VerticalTextAlignment verticalTextAlignment)
The vertical text alignment (top, middle, bottom) for the table cells.
verticalTextAlignment - The vertical text alignment (top, middle, bottom) for the table cells.VerticalTextAlignment,
VerticalTextAlignmentTableCellStyle.Builder backgroundColor(String backgroundColor)
The background color for the table cells.
backgroundColor - The background color for the table cells.TableCellStyle.Builder height(Integer height)
The height color for the table cells.
height - The height color for the table cells.TableCellStyle.Builder border(GlobalTableBorderOptions border)
The borders for the table cells.
border - The borders for the table cells.default TableCellStyle.Builder border(Consumer<GlobalTableBorderOptions.Builder> border)
The borders for the table cells.
This is a convenience method that creates an instance of theGlobalTableBorderOptions.Builder
avoiding the need to create one manually via GlobalTableBorderOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to border(GlobalTableBorderOptions).
border - a consumer that will call methods on GlobalTableBorderOptions.Builderborder(GlobalTableBorderOptions)Copyright © 2023. All rights reserved.