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.
5780 5781 5782 |
# File 'sig/types.rbs', line 5780 def font_color @font_color end |
#font_decoration ⇒ "UNDERLINE", "NONE"
Returns the value of attribute font_decoration.
5779 5780 5781 |
# File 'sig/types.rbs', line 5779 def font_decoration @font_decoration end |
#font_family ⇒ ::String
Returns the value of attribute font_family.
5783 5784 5785 |
# File 'sig/types.rbs', line 5783 def font_family @font_family end |
#font_size ⇒ Types::FontSize
Returns the value of attribute font_size.
5778 5779 5780 |
# File 'sig/types.rbs', line 5778 def font_size @font_size end |
#font_style ⇒ "NORMAL", "ITALIC"
Returns the value of attribute font_style.
5782 5783 5784 |
# File 'sig/types.rbs', line 5782 def font_style @font_style end |
#font_weight ⇒ Types::FontWeight
Returns the value of attribute font_weight.
5781 5782 5783 |
# File 'sig/types.rbs', line 5781 def font_weight @font_weight end |