Module: Libxlsxwriter::ThemeWrappers

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

Overview

Fields:

:file

(FFI::Pointer(*FILE))

Instance Method Summary collapse

Instance Method Details

#assemble_xml_filenil

Returns:

  • (nil)


2382
2383
2384
# File 'lib/fast_excel/binding.rb', line 2382

def assemble_xml_file()
  Libxlsxwriter.theme_assemble_xml_file(self)
end

#freenil

Returns:

  • (nil)


2372
2373
2374
# File 'lib/fast_excel/binding.rb', line 2372

def free()
  Libxlsxwriter.theme_free(self)
end

#xml_declarationnil

Returns:

  • (nil)


2377
2378
2379
# File 'lib/fast_excel/binding.rb', line 2377

def xml_declaration()
  Libxlsxwriter.theme_xml_declaration(self)
end