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.
40688 40689 40690 40691 40692 40693 40694 40695 40696 40697 40698 40699 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40688 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.
40688 40689 40690 40691 40692 40693 40694 40695 40696 40697 40698 40699 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40688 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.
40688 40689 40690 40691 40692 40693 40694 40695 40696 40697 40698 40699 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40688 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.
40688 40689 40690 40691 40692 40693 40694 40695 40696 40697 40698 40699 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40688 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.
40688 40689 40690 40691 40692 40693 40694 40695 40696 40697 40698 40699 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40688 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.
40688 40689 40690 40691 40692 40693 40694 40695 40696 40697 40698 40699 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40688 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.
40688 40689 40690 40691 40692 40693 40694 40695 40696 40697 40698 40699 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40688 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.
40688 40689 40690 40691 40692 40693 40694 40695 40696 40697 40698 40699 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40688 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 |