Method: Axlsx::Dxf#initialize

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

#initialize(options = {}) ⇒ Dxf

Creates a new Xf object

Parameters:

  • options (Hash) (defaults to: {})

    a customizable set of options

Options Hash (options):



47
48
49
# File 'lib/axlsx/stylesheet/dxf.rb', line 47

def initialize(options = {})
  parse_options options
end