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_file ⇒ nil
2385 2386 2387 |
# File 'lib/fast_excel/binding.rb', line 2385 def assemble_xml_file() Libxlsxwriter.theme_assemble_xml_file(self) end |
#free ⇒ nil
2375 2376 2377 |
# File 'lib/fast_excel/binding.rb', line 2375 def free() Libxlsxwriter.theme_free(self) end |
#xml_declaration ⇒ nil
2380 2381 2382 |
# File 'lib/fast_excel/binding.rb', line 2380 def xml_declaration() Libxlsxwriter.theme_xml_declaration(self) end |