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

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

Instance Attribute Details

#background_colorString

The background color for the table cells.

Returns:

  • (String)


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

#borderTypes::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_configurationTypes::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

#heightInteger

The height color for the table cells.

Returns:

  • (Integer)


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_alignmentString

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

Returns:

  • (String)


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_wrapString

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

Returns:

  • (String)


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_alignmentString

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

Returns:

  • (String)


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

#visibilityString

The visibility of the table cells.

Returns:

  • (String)


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