Class: Aws::QuickSight::Types::Typography
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Typography
- Includes:
- Structure
- Defined in:
- 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.
-
#control_title_font_configuration ⇒ Types::ControlTitleFontConfiguration
Configures the display properties of the control title.
-
#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.
41399 41400 41401 41402 41403 41404 41405 41406 41407 41408 41409 41410 41411 |
# File 'lib/aws-sdk-quicksight/types.rb', line 41399 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, :control_title_font_configuration) SENSITIVE = [] include Aws::Structure end |
#axis_title_font_configuration ⇒ Types::FontConfiguration
Configures the display properties of the given text.
41399 41400 41401 41402 41403 41404 41405 41406 41407 41408 41409 41410 41411 |
# File 'lib/aws-sdk-quicksight/types.rb', line 41399 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, :control_title_font_configuration) SENSITIVE = [] include Aws::Structure end |
#control_title_font_configuration ⇒ Types::ControlTitleFontConfiguration
Configures the display properties of the control title.
41399 41400 41401 41402 41403 41404 41405 41406 41407 41408 41409 41410 41411 |
# File 'lib/aws-sdk-quicksight/types.rb', line 41399 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, :control_title_font_configuration) SENSITIVE = [] include Aws::Structure end |
#data_label_font_configuration ⇒ Types::FontConfiguration
Configures the display properties of the given text.
41399 41400 41401 41402 41403 41404 41405 41406 41407 41408 41409 41410 41411 |
# File 'lib/aws-sdk-quicksight/types.rb', line 41399 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, :control_title_font_configuration) SENSITIVE = [] include Aws::Structure end |
#font_families ⇒ Array<Types::Font>
Determines the list of font families.
41399 41400 41401 41402 41403 41404 41405 41406 41407 41408 41409 41410 41411 |
# File 'lib/aws-sdk-quicksight/types.rb', line 41399 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, :control_title_font_configuration) SENSITIVE = [] include Aws::Structure end |
#legend_title_font_configuration ⇒ Types::FontConfiguration
Configures the display properties of the given text.
41399 41400 41401 41402 41403 41404 41405 41406 41407 41408 41409 41410 41411 |
# File 'lib/aws-sdk-quicksight/types.rb', line 41399 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, :control_title_font_configuration) SENSITIVE = [] include Aws::Structure end |
#legend_value_font_configuration ⇒ Types::FontConfiguration
Configures the display properties of the given text.
41399 41400 41401 41402 41403 41404 41405 41406 41407 41408 41409 41410 41411 |
# File 'lib/aws-sdk-quicksight/types.rb', line 41399 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, :control_title_font_configuration) SENSITIVE = [] include Aws::Structure end |
#visual_subtitle_font_configuration ⇒ Types::VisualSubtitleFontConfiguration
Configures the display properties of the visual sub-title.
41399 41400 41401 41402 41403 41404 41405 41406 41407 41408 41409 41410 41411 |
# File 'lib/aws-sdk-quicksight/types.rb', line 41399 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, :control_title_font_configuration) SENSITIVE = [] include Aws::Structure end |
#visual_title_font_configuration ⇒ Types::VisualTitleFontConfiguration
Configures the display properties of the visual title.
41399 41400 41401 41402 41403 41404 41405 41406 41407 41408 41409 41410 41411 |
# File 'lib/aws-sdk-quicksight/types.rb', line 41399 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, :control_title_font_configuration) SENSITIVE = [] include Aws::Structure end |