Module: Libxlsxwriter::ThemeWrappers
- Included in:
- Theme
- Defined in:
- lib/fast_excel/binding.rb
Overview
(Not documented)
Fields:
- :file
-
(FFI::Pointer(*FILE))
Instance Method Summary collapse
Instance Method Details
#assemble_xml_file ⇒ nil
9017 9018 9019 |
# File 'lib/fast_excel/binding.rb', line 9017 def assemble_xml_file() Libxlsxwriter.theme_assemble_xml_file(self) end |
#free ⇒ nil
9007 9008 9009 |
# File 'lib/fast_excel/binding.rb', line 9007 def free() Libxlsxwriter.theme_free(self) end |
#xml_declaration ⇒ nil
9012 9013 9014 |
# File 'lib/fast_excel/binding.rb', line 9012 def xml_declaration() Libxlsxwriter.theme_xml_declaration(self) end |