Class: ChupaText::Decomposers::LibreOfficeOfficeOpenXMLPresentation

Inherits:
LibreOfficeGeneral
  • Object
show all
Defined in:
lib/chupa-text/decomposers/libreoffice-office-open-xml-presentation.rb

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ LibreOfficeOfficeOpenXMLPresentation

Returns a new instance of LibreOfficeOfficeOpenXMLPresentation.



24
25
26
27
28
# File 'lib/chupa-text/decomposers/libreoffice-office-open-xml-presentation.rb', line 24

def initialize(options)
  super
  @extensions = ["pptx"]
  @mime_types = ["application/vnd.openxmlformats-officedocument.presentationml.presentation"]
end