Class: ChupaText::Decomposers::OpenDocumentPresentation

Inherits:
OpenDocument show all
Defined in:
lib/chupa-text/decomposers/opendocument-presentation.rb

Defined Under Namespace

Classes: SlidesListener

Instance Method Summary collapse

Methods inherited from OpenDocument

#decompose, #target?, #target_score

Methods inherited from ChupaText::Decomposer

#decompose, registry, #target?, #target_score

Constructor Details

#initialize(options = {}) ⇒ OpenDocumentPresentation

Returns a new instance of OpenDocumentPresentation.



24
25
26
27
28
# File 'lib/chupa-text/decomposers/opendocument-presentation.rb', line 24

def initialize(options={})
  super
  @extension = "odp"
  @mime_type = "application/vnd.oasis.opendocument.presentation"
end