Class: Aws::QuickSight::Types::TableCellStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TableCellStyle
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The table cell style for a cell in pivot table or table visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#background_color ⇒ String
The background color for the table cells.
-
#border ⇒ Types::GlobalTableBorderOptions
The borders for the table cells.
-
#font_configuration ⇒ Types::FontConfiguration
The font configuration of the table cells.
-
#height ⇒ Integer
The height color for the table cells.
-
#horizontal_text_alignment ⇒ String
The horizontal text alignment (left, center, right, auto) for the table cells.
-
#text_wrap ⇒ String
The text wrap (none, wrap) for the table cells.
-
#vertical_text_alignment ⇒ String
The vertical text alignment (top, middle, bottom) for the table cells.
-
#visibility ⇒ String
The visibility of the table cells.
Instance Attribute Details
#background_color ⇒ String
The background color for the table cells.
29757 29758 29759 29760 29761 29762 29763 29764 29765 29766 29767 29768 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29757 class TableCellStyle < Struct.new( :visibility, :font_configuration, :text_wrap, :horizontal_text_alignment, :vertical_text_alignment, :background_color, :height, :border) SENSITIVE = [] include Aws::Structure end |
#border ⇒ Types::GlobalTableBorderOptions
The borders for the table cells.
29757 29758 29759 29760 29761 29762 29763 29764 29765 29766 29767 29768 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29757 class TableCellStyle < Struct.new( :visibility, :font_configuration, :text_wrap, :horizontal_text_alignment, :vertical_text_alignment, :background_color, :height, :border) SENSITIVE = [] include Aws::Structure end |
#font_configuration ⇒ Types::FontConfiguration
The font configuration of the table cells.
29757 29758 29759 29760 29761 29762 29763 29764 29765 29766 29767 29768 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29757 class TableCellStyle < Struct.new( :visibility, :font_configuration, :text_wrap, :horizontal_text_alignment, :vertical_text_alignment, :background_color, :height, :border) SENSITIVE = [] include Aws::Structure end |
#height ⇒ Integer
The height color for the table cells.
29757 29758 29759 29760 29761 29762 29763 29764 29765 29766 29767 29768 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29757 class TableCellStyle < Struct.new( :visibility, :font_configuration, :text_wrap, :horizontal_text_alignment, :vertical_text_alignment, :background_color, :height, :border) SENSITIVE = [] include Aws::Structure end |
#horizontal_text_alignment ⇒ String
The horizontal text alignment (left, center, right, auto) for the table cells.
29757 29758 29759 29760 29761 29762 29763 29764 29765 29766 29767 29768 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29757 class TableCellStyle < Struct.new( :visibility, :font_configuration, :text_wrap, :horizontal_text_alignment, :vertical_text_alignment, :background_color, :height, :border) SENSITIVE = [] include Aws::Structure end |
#text_wrap ⇒ String
The text wrap (none, wrap) for the table cells.
29757 29758 29759 29760 29761 29762 29763 29764 29765 29766 29767 29768 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29757 class TableCellStyle < Struct.new( :visibility, :font_configuration, :text_wrap, :horizontal_text_alignment, :vertical_text_alignment, :background_color, :height, :border) SENSITIVE = [] include Aws::Structure end |
#vertical_text_alignment ⇒ String
The vertical text alignment (top, middle, bottom) for the table cells.
29757 29758 29759 29760 29761 29762 29763 29764 29765 29766 29767 29768 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29757 class TableCellStyle < Struct.new( :visibility, :font_configuration, :text_wrap, :horizontal_text_alignment, :vertical_text_alignment, :background_color, :height, :border) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The visibility of the table cells.
29757 29758 29759 29760 29761 29762 29763 29764 29765 29766 29767 29768 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29757 class TableCellStyle < Struct.new( :visibility, :font_configuration, :text_wrap, :horizontal_text_alignment, :vertical_text_alignment, :background_color, :height, :border) SENSITIVE = [] include Aws::Structure end |