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_colorString

The background color for the table cells.

Returns:

  • (String)


27415
27416
27417
27418
27419
27420
27421
27422
27423
27424
27425
27426
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27415

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

#borderTypes::GlobalTableBorderOptions

The borders for the table cells.



27415
27416
27417
27418
27419
27420
27421
27422
27423
27424
27425
27426
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27415

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_configurationTypes::FontConfiguration

The font configuration of the table cells.



27415
27416
27417
27418
27419
27420
27421
27422
27423
27424
27425
27426
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27415

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

#heightInteger

The height color for the table cells.

Returns:

  • (Integer)


27415
27416
27417
27418
27419
27420
27421
27422
27423
27424
27425
27426
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27415

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_alignmentString

The horizontal text alignment (left, center, right, auto) for the table cells.

Returns:

  • (String)


27415
27416
27417
27418
27419
27420
27421
27422
27423
27424
27425
27426
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27415

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_wrapString

The text wrap (none, wrap) for the table cells.

Returns:

  • (String)


27415
27416
27417
27418
27419
27420
27421
27422
27423
27424
27425
27426
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27415

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_alignmentString

The vertical text alignment (top, middle, bottom) for the table cells.

Returns:

  • (String)


27415
27416
27417
27418
27419
27420
27421
27422
27423
27424
27425
27426
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27415

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

#visibilityString

The visibility of the table cells.

Returns:

  • (String)


27415
27416
27417
27418
27419
27420
27421
27422
27423
27424
27425
27426
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27415

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