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.
11733 11734 11735 |
# File 'sig/types.rbs', line 11733 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.
11732 11733 11734 |
# File 'sig/types.rbs', line 11732 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.
11739 11740 11741 |
# File 'sig/types.rbs', line 11739 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.
11736 11737 11738 |
# File 'sig/types.rbs', line 11736 def data_label_font_configuration @data_label_font_configuration end |
#font_families ⇒ ::Array[Types::Font]
Returns the value of attribute font_families.
11731 11732 11733 |
# File 'sig/types.rbs', line 11731 def font_families @font_families end |
#legend_title_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute legend_title_font_configuration.
11734 11735 11736 |
# File 'sig/types.rbs', line 11734 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.
11735 11736 11737 |
# File 'sig/types.rbs', line 11735 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.
11738 11739 11740 |
# File 'sig/types.rbs', line 11738 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.
11737 11738 11739 |
# File 'sig/types.rbs', line 11737 def visual_title_font_configuration @visual_title_font_configuration end |