Class: Aws::QuickSight::Types::TableCellStyle
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::TableCellStyle
 
- Defined in:
- gems/aws-sdk-quicksight/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.
| 33993 33994 33995 33996 33997 33998 33999 34000 34001 34002 34003 34004 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33993 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.
| 33993 33994 33995 33996 33997 33998 33999 34000 34001 34002 34003 34004 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33993 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.
| 33993 33994 33995 33996 33997 33998 33999 34000 34001 34002 34003 34004 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33993 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.
| 33993 33994 33995 33996 33997 33998 33999 34000 34001 34002 34003 34004 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33993 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.
| 33993 33994 33995 33996 33997 33998 33999 34000 34001 34002 34003 34004 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33993 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.
| 33993 33994 33995 33996 33997 33998 33999 34000 34001 34002 34003 34004 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33993 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.
| 33993 33994 33995 33996 33997 33998 33999 34000 34001 34002 34003 34004 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33993 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.
| 33993 33994 33995 33996 33997 33998 33999 34000 34001 34002 34003 34004 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33993 class TableCellStyle < Struct.new( :visibility, :font_configuration, :text_wrap, :horizontal_text_alignment, :vertical_text_alignment, :background_color, :height, :border) SENSITIVE = [] include Aws::Structure end |