Class: Aws::Types::VisualTitleFontConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VisualTitleFontConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute font_configuration.
-
#text_alignment ⇒ "LEFT", ...
Returns the value of attribute text_alignment.
-
#text_transform ⇒ "CAPITALIZE"
Returns the value of attribute text_transform.
Instance Attribute Details
#font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute font_configuration.
13558 13559 13560 |
# File 'sig/types.rbs', line 13558 def font_configuration @font_configuration end |
#text_alignment ⇒ "LEFT", ...
Returns the value of attribute text_alignment.
13559 13560 13561 |
# File 'sig/types.rbs', line 13559 def text_alignment @text_alignment end |
#text_transform ⇒ "CAPITALIZE"
Returns the value of attribute text_transform.
13560 13561 13562 |
# File 'sig/types.rbs', line 13560 def text_transform @text_transform end |