Class: Aws::QuickSight::Types::TableCellStyle

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#background_color ⇒ String

The background color for the table cells.

Returns:

  • (String)


44139
44140
44141
44142
44143
44144
44145
44146
44147
44148
44149
44150
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 44139

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.



44139
44140
44141
44142
44143
44144
44145
44146
44147
44148
44149
44150
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 44139

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.



44139
44140
44141
44142
44143
44144
44145
44146
44147
44148
44149
44150
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 44139

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.

Returns:

  • (Integer)


44139
44140
44141
44142
44143
44144
44145
44146
44147
44148
44149
44150
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 44139

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.

Returns:

  • (String)


44139
44140
44141
44142
44143
44144
44145
44146
44147
44148
44149
44150
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 44139

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.

Returns:

  • (String)


44139
44140
44141
44142
44143
44144
44145
44146
44147
44148
44149
44150
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 44139

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.

Returns:

  • (String)


44139
44140
44141
44142
44143
44144
44145
44146
44147
44148
44149
44150
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 44139

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.

Returns:

  • (String)


44139
44140
44141
44142
44143
44144
44145
44146
44147
44148
44149
44150
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 44139

class TableCellStyle < Struct.new(
  :visibility,
  :font_configuration,
  :text_wrap,
  :horizontal_text_alignment,
  :vertical_text_alignment,
  :background_color,
  :height,
  :border)
  SENSITIVE = []
  include Aws::Structure
end