@Generated(value="software.amazon.awssdk:codegen") public final class TableCellStyle extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableCellStyle.Builder,TableCellStyle>
The table cell style for a cell in pivot table or table visual.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TableCellStyle.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
backgroundColor()
The background color for the table cells.
|
GlobalTableBorderOptions |
border()
The borders for the table cells.
|
static TableCellStyle.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FontConfiguration |
fontConfiguration()
The font configuration of the table cells.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
height()
The height color for the table cells.
|
HorizontalTextAlignment |
horizontalTextAlignment()
The horizontal text alignment (left, center, right, auto) for the table cells.
|
String |
horizontalTextAlignmentAsString()
The horizontal text alignment (left, center, right, auto) for the table cells.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TableCellStyle.Builder> |
serializableBuilderClass() |
TextWrap |
textWrap()
The text wrap (none, wrap) for the table cells.
|
String |
textWrapAsString()
The text wrap (none, wrap) for the table cells.
|
TableCellStyle.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VerticalTextAlignment |
verticalTextAlignment()
The vertical text alignment (top, middle, bottom) for the table cells.
|
String |
verticalTextAlignmentAsString()
The vertical text alignment (top, middle, bottom) for the table cells.
|
Visibility |
visibility()
The visibility of the table cells.
|
String |
visibilityAsString()
The visibility of the table cells.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Visibility visibility()
The visibility of the table cells.
If the service returns an enum value that is not available in the current SDK version, visibility will
return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
visibilityAsString().
Visibilitypublic final String visibilityAsString()
The visibility of the table cells.
If the service returns an enum value that is not available in the current SDK version, visibility will
return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
visibilityAsString().
Visibilitypublic final FontConfiguration fontConfiguration()
The font configuration of the table cells.
public final TextWrap textWrap()
The text wrap (none, wrap) for the table cells.
If the service returns an enum value that is not available in the current SDK version, textWrap will
return TextWrap.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
textWrapAsString().
TextWrappublic final String textWrapAsString()
The text wrap (none, wrap) for the table cells.
If the service returns an enum value that is not available in the current SDK version, textWrap will
return TextWrap.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
textWrapAsString().
TextWrappublic final HorizontalTextAlignment horizontalTextAlignment()
The horizontal text alignment (left, center, right, auto) for the table cells.
If the service returns an enum value that is not available in the current SDK version,
horizontalTextAlignment will return HorizontalTextAlignment.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from horizontalTextAlignmentAsString().
HorizontalTextAlignmentpublic final String horizontalTextAlignmentAsString()
The horizontal text alignment (left, center, right, auto) for the table cells.
If the service returns an enum value that is not available in the current SDK version,
horizontalTextAlignment will return HorizontalTextAlignment.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from horizontalTextAlignmentAsString().
HorizontalTextAlignmentpublic final VerticalTextAlignment verticalTextAlignment()
The vertical text alignment (top, middle, bottom) for the table cells.
If the service returns an enum value that is not available in the current SDK version,
verticalTextAlignment will return VerticalTextAlignment.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from verticalTextAlignmentAsString().
VerticalTextAlignmentpublic final String verticalTextAlignmentAsString()
The vertical text alignment (top, middle, bottom) for the table cells.
If the service returns an enum value that is not available in the current SDK version,
verticalTextAlignment will return VerticalTextAlignment.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from verticalTextAlignmentAsString().
VerticalTextAlignmentpublic final String backgroundColor()
The background color for the table cells.
public final Integer height()
The height color for the table cells.
public final GlobalTableBorderOptions border()
The borders for the table cells.
public TableCellStyle.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TableCellStyle.Builder,TableCellStyle>public static TableCellStyle.Builder builder()
public static Class<? extends TableCellStyle.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.