Class: Aws::Types::FontConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FontConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#font_color ⇒ ::String
Returns the value of attribute font_color.
-
#font_decoration ⇒ "UNDERLINE", "NONE"
Returns the value of attribute font_decoration.
-
#font_family ⇒ ::String
Returns the value of attribute font_family.
-
#font_size ⇒ Types::FontSize
Returns the value of attribute font_size.
-
#font_style ⇒ "NORMAL", "ITALIC"
Returns the value of attribute font_style.
-
#font_weight ⇒ Types::FontWeight
Returns the value of attribute font_weight.
Instance Attribute Details
#font_color ⇒ ::String
Returns the value of attribute font_color.
6046 6047 6048 |
# File 'sig/types.rbs', line 6046 def font_color @font_color end |
#font_decoration ⇒ "UNDERLINE", "NONE"
Returns the value of attribute font_decoration.
6045 6046 6047 |
# File 'sig/types.rbs', line 6045 def font_decoration @font_decoration end |
#font_family ⇒ ::String
Returns the value of attribute font_family.
6049 6050 6051 |
# File 'sig/types.rbs', line 6049 def font_family @font_family end |
#font_size ⇒ Types::FontSize
Returns the value of attribute font_size.
6044 6045 6046 |
# File 'sig/types.rbs', line 6044 def font_size @font_size end |
#font_style ⇒ "NORMAL", "ITALIC"
Returns the value of attribute font_style.
6048 6049 6050 |
# File 'sig/types.rbs', line 6048 def font_style @font_style end |
#font_weight ⇒ Types::FontWeight
Returns the value of attribute font_weight.
6047 6048 6049 |
# File 'sig/types.rbs', line 6047 def font_weight @font_weight end |