Class: Aws::Types::Typography
- Inherits:
-
Object
- Object
- Aws::Types::Typography
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#axis_label_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute axis_label_font_configuration.
-
#axis_title_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute axis_title_font_configuration.
-
#control_title_font_configuration ⇒ Types::ControlTitleFontConfiguration
Returns the value of attribute control_title_font_configuration.
-
#data_label_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute data_label_font_configuration.
-
#font_families ⇒ ::Array[Types::Font]
Returns the value of attribute font_families.
-
#legend_title_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute legend_title_font_configuration.
-
#legend_value_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute legend_value_font_configuration.
-
#visual_subtitle_font_configuration ⇒ Types::VisualSubtitleFontConfiguration
Returns the value of attribute visual_subtitle_font_configuration.
-
#visual_title_font_configuration ⇒ Types::VisualTitleFontConfiguration
Returns the value of attribute visual_title_font_configuration.
Instance Attribute Details
#axis_label_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute axis_label_font_configuration.
12123 12124 12125 |
# File 'sig/types.rbs', line 12123 def axis_label_font_configuration @axis_label_font_configuration end |
#axis_title_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute axis_title_font_configuration.
12122 12123 12124 |
# File 'sig/types.rbs', line 12122 def axis_title_font_configuration @axis_title_font_configuration end |
#control_title_font_configuration ⇒ Types::ControlTitleFontConfiguration
Returns the value of attribute control_title_font_configuration.
12129 12130 12131 |
# File 'sig/types.rbs', line 12129 def control_title_font_configuration @control_title_font_configuration end |
#data_label_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute data_label_font_configuration.
12126 12127 12128 |
# File 'sig/types.rbs', line 12126 def data_label_font_configuration @data_label_font_configuration end |
#font_families ⇒ ::Array[Types::Font]
Returns the value of attribute font_families.
12121 12122 12123 |
# File 'sig/types.rbs', line 12121 def font_families @font_families end |
#legend_title_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute legend_title_font_configuration.
12124 12125 12126 |
# File 'sig/types.rbs', line 12124 def legend_title_font_configuration @legend_title_font_configuration end |
#legend_value_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute legend_value_font_configuration.
12125 12126 12127 |
# File 'sig/types.rbs', line 12125 def legend_value_font_configuration @legend_value_font_configuration end |
#visual_subtitle_font_configuration ⇒ Types::VisualSubtitleFontConfiguration
Returns the value of attribute visual_subtitle_font_configuration.
12128 12129 12130 |
# File 'sig/types.rbs', line 12128 def visual_subtitle_font_configuration @visual_subtitle_font_configuration end |
#visual_title_font_configuration ⇒ Types::VisualTitleFontConfiguration
Returns the value of attribute visual_title_font_configuration.
12127 12128 12129 |
# File 'sig/types.rbs', line 12127 def visual_title_font_configuration @visual_title_font_configuration end |