Class: Aws::QuickSight::Types::Typography

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Determines the typography options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#axis_label_font_configurationTypes::FontConfiguration

Configures the display properties of the given text.



41245
41246
41247
41248
41249
41250
41251
41252
41253
41254
41255
41256
# File 'lib/aws-sdk-quicksight/types.rb', line 41245

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_configurationTypes::FontConfiguration

Configures the display properties of the given text.



41245
41246
41247
41248
41249
41250
41251
41252
41253
41254
41255
41256
# File 'lib/aws-sdk-quicksight/types.rb', line 41245

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_configurationTypes::FontConfiguration

Configures the display properties of the given text.



41245
41246
41247
41248
41249
41250
41251
41252
41253
41254
41255
41256
# File 'lib/aws-sdk-quicksight/types.rb', line 41245

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_familiesArray<Types::Font>

Determines the list of font families.

Returns:



41245
41246
41247
41248
41249
41250
41251
41252
41253
41254
41255
41256
# File 'lib/aws-sdk-quicksight/types.rb', line 41245

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_configurationTypes::FontConfiguration

Configures the display properties of the given text.



41245
41246
41247
41248
41249
41250
41251
41252
41253
41254
41255
41256
# File 'lib/aws-sdk-quicksight/types.rb', line 41245

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_configurationTypes::FontConfiguration

Configures the display properties of the given text.



41245
41246
41247
41248
41249
41250
41251
41252
41253
41254
41255
41256
# File 'lib/aws-sdk-quicksight/types.rb', line 41245

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_configurationTypes::VisualSubtitleFontConfiguration

Configures the display properties of the visual sub-title.



41245
41246
41247
41248
41249
41250
41251
41252
41253
41254
41255
41256
# File 'lib/aws-sdk-quicksight/types.rb', line 41245

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_configurationTypes::VisualTitleFontConfiguration

Configures the display properties of the visual title.



41245
41246
41247
41248
41249
41250
41251
41252
41253
41254
41255
41256
# File 'lib/aws-sdk-quicksight/types.rb', line 41245

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