Class TableCellStyle
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<TableCellStyle.Builder,
TableCellStyle>
The table cell style for a cell in pivot table or table visual.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal String
The background color for the table cells.final GlobalTableBorderOptions
border()
The borders for the table cells.static TableCellStyle.Builder
builder()
final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final FontConfiguration
The font configuration of the table cells.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final Integer
height()
The height color for the table cells.final HorizontalTextAlignment
The horizontal text alignment (left, center, right, auto) for the table cells.final String
The horizontal text alignment (left, center, right, auto) for the table cells.static Class
<? extends TableCellStyle.Builder> final TextWrap
textWrap()
The text wrap (none, wrap) for the table cells.final String
The text wrap (none, wrap) for the table cells.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final VerticalTextAlignment
The vertical text alignment (top, middle, bottom) for the table cells.final String
The vertical text alignment (top, middle, bottom) for the table cells.final Visibility
The visibility of the table cells.final String
The visibility of the table cells.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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 returnVisibility.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromvisibilityAsString()
.- Returns:
- The visibility of the table cells.
- See Also:
-
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 returnVisibility.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromvisibilityAsString()
.- Returns:
- The visibility of the table cells.
- See Also:
-
fontConfiguration
The font configuration of the table cells.
- Returns:
- The font configuration of the table cells.
-
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 returnTextWrap.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtextWrapAsString()
.- Returns:
- The text wrap (none, wrap) for the table cells.
- See Also:
-
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 returnTextWrap.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtextWrapAsString()
.- Returns:
- The text wrap (none, wrap) for the table cells.
- See Also:
-
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 returnHorizontalTextAlignment.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromhorizontalTextAlignmentAsString()
.- Returns:
- The horizontal text alignment (left, center, right, auto) for the table cells.
- See Also:
-
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 returnHorizontalTextAlignment.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromhorizontalTextAlignmentAsString()
.- Returns:
- The horizontal text alignment (left, center, right, auto) for the table cells.
- See Also:
-
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 returnVerticalTextAlignment.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromverticalTextAlignmentAsString()
.- Returns:
- The vertical text alignment (top, middle, bottom) for the table cells.
- See Also:
-
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 returnVerticalTextAlignment.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromverticalTextAlignmentAsString()
.- Returns:
- The vertical text alignment (top, middle, bottom) for the table cells.
- See Also:
-
backgroundColor
The background color for the table cells.
- Returns:
- The background color for the table cells.
-
height
The height color for the table cells.
- Returns:
- The height color for the table cells.
-
border
The borders for the table cells.
- Returns:
- The borders for the table cells.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<TableCellStyle.Builder,
TableCellStyle> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-