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_filenil

Returns:

  • (nil)


2441
2442
2443
# File 'lib/fast_excel/binding.rb', line 2441

def assemble_xml_file()
  Libxlsxwriter.styles_assemble_xml_file(self)
end

#freenil

Returns:

  • (nil)


2436
2437
2438
# File 'lib/fast_excel/binding.rb', line 2436

def free()
  Libxlsxwriter.styles_free(self)
end