Method: Axlsx::Font#outline

Defined in:
lib/axlsx/stylesheet/font.rb

#outlineBoolean

Indicates if the font should be rendered with an outline

Returns:

  • (Boolean)


62
63
64
# File 'lib/axlsx/stylesheet/font.rb', line 62

def outline
  @outline
end