Class: Aws::Types::FontConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#font_color::String

Returns the value of attribute font_color.

Returns:

  • (::String)


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.

Returns:

  • ("UNDERLINE", "NONE")


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.

Returns:

  • (::String)


5783
5784
5785
# File 'sig/types.rbs', line 5783

def font_family
  @font_family
end

#font_sizeTypes::FontSize

Returns the value of attribute font_size.

Returns:



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.

Returns:

  • ("NORMAL", "ITALIC")


5782
5783
5784
# File 'sig/types.rbs', line 5782

def font_style
  @font_style
end

#font_weightTypes::FontWeight

Returns the value of attribute font_weight.

Returns:



5781
5782
5783
# File 'sig/types.rbs', line 5781

def font_weight
  @font_weight
end