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)


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.

Returns:

  • ("UNDERLINE", "NONE")


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.

Returns:

  • (::String)


6049
6050
6051
# File 'sig/types.rbs', line 6049

def font_family
  @font_family
end

#font_sizeTypes::FontSize

Returns the value of attribute font_size.

Returns:



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.

Returns:

  • ("NORMAL", "ITALIC")


6048
6049
6050
# File 'sig/types.rbs', line 6048

def font_style
  @font_style
end

#font_weightTypes::FontWeight

Returns the value of attribute font_weight.

Returns:



6047
6048
6049
# File 'sig/types.rbs', line 6047

def font_weight
  @font_weight
end