Class: Aws::Types::TableCellStyle
- Inherits:
-
Object
- Object
- Aws::Types::TableCellStyle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#background_color ⇒ ::String
Returns the value of attribute background_color.
-
#border ⇒ Types::GlobalTableBorderOptions
Returns the value of attribute border.
-
#font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute font_configuration.
-
#height ⇒ ::Integer
Returns the value of attribute height.
-
#horizontal_text_alignment ⇒ "LEFT", ...
Returns the value of attribute horizontal_text_alignment.
-
#text_wrap ⇒ "NONE", "WRAP"
Returns the value of attribute text_wrap.
-
#vertical_text_alignment ⇒ "TOP", ...
Returns the value of attribute vertical_text_alignment.
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
Instance Attribute Details
#background_color ⇒ ::String
Returns the value of attribute background_color.
10721 10722 10723 |
# File 'sig/types.rbs', line 10721 def background_color @background_color end |
#border ⇒ Types::GlobalTableBorderOptions
Returns the value of attribute border.
10723 10724 10725 |
# File 'sig/types.rbs', line 10723 def border @border end |
#font_configuration ⇒ Types::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.
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.
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.
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.
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.
10716 10717 10718 |
# File 'sig/types.rbs', line 10716 def visibility @visibility end |