Module: Libxlsxwriter::StylesWrappers

Included in:
Styles
Defined in:
lib/fast_excel/binding.rb

Overview

Fields:

:file ::

(FFI::Pointer(*FILE)) 

:font_count ::

(Integer) 

:xf_count ::

(Integer) 

:dxf_count ::

(Integer) 

:num_format_count ::

(Integer) 

:border_count ::

(Integer) 

:fill_count ::

(Integer) 

:xf_formats ::

(Formats) 

:dxf_formats ::

(Formats)

Instance Method Summary collapse

Instance Method Details

#assemble_xml_file ⇒ nil

Returns:

  • (nil)


2430
2431
2432
# File 'lib/fast_excel/binding.rb', line 2430

def assemble_xml_file()
  Libxlsxwriter.styles_assemble_xml_file(self)
end

#free ⇒ nil

Returns:

  • (nil)


2425
2426
2427
# File 'lib/fast_excel/binding.rb', line 2425

def free()
  Libxlsxwriter.styles_free(self)
end