Class: Aws::QuickSight::Types::Typography
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Typography
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Determines the typography options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#axis_label_font_configuration ⇒ Types::FontConfiguration
Configures the display properties of the given text.
-
#axis_title_font_configuration ⇒ Types::FontConfiguration
Configures the display properties of the given text.
-
#data_label_font_configuration ⇒ Types::FontConfiguration
Configures the display properties of the given text.
-
#font_families ⇒ Array<Types::Font>
Determines the list of font families.
-
#legend_title_font_configuration ⇒ Types::FontConfiguration
Configures the display properties of the given text.
-
#legend_value_font_configuration ⇒ Types::FontConfiguration
Configures the display properties of the given text.
-
#visual_subtitle_font_configuration ⇒ Types::VisualSubtitleFontConfiguration
Configures the display properties of the visual sub-title.
-
#visual_title_font_configuration ⇒ Types::VisualTitleFontConfiguration
Configures the display properties of the visual title.
Instance Attribute Details
#axis_label_font_configuration ⇒ Types::FontConfiguration
Configures the display properties of the given text.
39566 39567 39568 39569 39570 39571 39572 39573 39574 39575 39576 39577 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39566 class Typography < Struct.new( :font_families, :axis_title_font_configuration, :axis_label_font_configuration, :legend_title_font_configuration, :legend_value_font_configuration, :data_label_font_configuration, :visual_title_font_configuration, :visual_subtitle_font_configuration) SENSITIVE = [] include Aws::Structure end |
#axis_title_font_configuration ⇒ Types::FontConfiguration
Configures the display properties of the given text.
39566 39567 39568 39569 39570 39571 39572 39573 39574 39575 39576 39577 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39566 class Typography < Struct.new( :font_families, :axis_title_font_configuration, :axis_label_font_configuration, :legend_title_font_configuration, :legend_value_font_configuration, :data_label_font_configuration, :visual_title_font_configuration, :visual_subtitle_font_configuration) SENSITIVE = [] include Aws::Structure end |
#data_label_font_configuration ⇒ Types::FontConfiguration
Configures the display properties of the given text.
39566 39567 39568 39569 39570 39571 39572 39573 39574 39575 39576 39577 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39566 class Typography < Struct.new( :font_families, :axis_title_font_configuration, :axis_label_font_configuration, :legend_title_font_configuration, :legend_value_font_configuration, :data_label_font_configuration, :visual_title_font_configuration, :visual_subtitle_font_configuration) SENSITIVE = [] include Aws::Structure end |
#font_families ⇒ Array<Types::Font>
Determines the list of font families.
39566 39567 39568 39569 39570 39571 39572 39573 39574 39575 39576 39577 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39566 class Typography < Struct.new( :font_families, :axis_title_font_configuration, :axis_label_font_configuration, :legend_title_font_configuration, :legend_value_font_configuration, :data_label_font_configuration, :visual_title_font_configuration, :visual_subtitle_font_configuration) SENSITIVE = [] include Aws::Structure end |
#legend_title_font_configuration ⇒ Types::FontConfiguration
Configures the display properties of the given text.
39566 39567 39568 39569 39570 39571 39572 39573 39574 39575 39576 39577 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39566 class Typography < Struct.new( :font_families, :axis_title_font_configuration, :axis_label_font_configuration, :legend_title_font_configuration, :legend_value_font_configuration, :data_label_font_configuration, :visual_title_font_configuration, :visual_subtitle_font_configuration) SENSITIVE = [] include Aws::Structure end |
#legend_value_font_configuration ⇒ Types::FontConfiguration
Configures the display properties of the given text.
39566 39567 39568 39569 39570 39571 39572 39573 39574 39575 39576 39577 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39566 class Typography < Struct.new( :font_families, :axis_title_font_configuration, :axis_label_font_configuration, :legend_title_font_configuration, :legend_value_font_configuration, :data_label_font_configuration, :visual_title_font_configuration, :visual_subtitle_font_configuration) SENSITIVE = [] include Aws::Structure end |
#visual_subtitle_font_configuration ⇒ Types::VisualSubtitleFontConfiguration
Configures the display properties of the visual sub-title.
39566 39567 39568 39569 39570 39571 39572 39573 39574 39575 39576 39577 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39566 class Typography < Struct.new( :font_families, :axis_title_font_configuration, :axis_label_font_configuration, :legend_title_font_configuration, :legend_value_font_configuration, :data_label_font_configuration, :visual_title_font_configuration, :visual_subtitle_font_configuration) SENSITIVE = [] include Aws::Structure end |
#visual_title_font_configuration ⇒ Types::VisualTitleFontConfiguration
Configures the display properties of the visual title.
39566 39567 39568 39569 39570 39571 39572 39573 39574 39575 39576 39577 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39566 class Typography < Struct.new( :font_families, :axis_title_font_configuration, :axis_label_font_configuration, :legend_title_font_configuration, :legend_value_font_configuration, :data_label_font_configuration, :visual_title_font_configuration, :visual_subtitle_font_configuration) SENSITIVE = [] include Aws::Structure end |