Class: Aws::Types::TableCellStyle

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#background_color::String

Returns the value of attribute background_color.

Returns:

  • (::String)


10721
10722
10723
# File 'sig/types.rbs', line 10721

def background_color
  @background_color
end

#borderTypes::GlobalTableBorderOptions

Returns the value of attribute border.



10723
10724
10725
# File 'sig/types.rbs', line 10723

def border
  @border
end

#font_configurationTypes::FontConfiguration

Returns the value of attribute font_configuration.



10717
10718
10719
# File 'sig/types.rbs', line 10717

def font_configuration
  @font_configuration
end

#height::Integer

Returns the value of attribute height.

Returns:

  • (::Integer)


10722
10723
10724
# File 'sig/types.rbs', line 10722

def height
  @height
end

#horizontal_text_alignment"LEFT", ...

Returns the value of attribute horizontal_text_alignment.

Returns:

  • ("LEFT", "CENTER", "RIGHT", "AUTO")


10719
10720
10721
# File 'sig/types.rbs', line 10719

def horizontal_text_alignment
  @horizontal_text_alignment
end

#text_wrap"NONE", "WRAP"

Returns the value of attribute text_wrap.

Returns:

  • ("NONE", "WRAP")


10718
10719
10720
# File 'sig/types.rbs', line 10718

def text_wrap
  @text_wrap
end

#vertical_text_alignment"TOP", ...

Returns the value of attribute vertical_text_alignment.

Returns:

  • ("TOP", "MIDDLE", "BOTTOM", "AUTO")


10720
10721
10722
# File 'sig/types.rbs', line 10720

def vertical_text_alignment
  @vertical_text_alignment
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


10716
10717
10718
# File 'sig/types.rbs', line 10716

def visibility
  @visibility
end