Class: ChupaText::Decomposers::OpenDocumentPresentation
- Inherits:
-
OpenDocument
- Object
- ChupaText::Decomposer
- OpenDocument
- ChupaText::Decomposers::OpenDocumentPresentation
- Defined in:
- lib/chupa-text/decomposers/opendocument-presentation.rb
Defined Under Namespace
Classes: SlidesListener
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ OpenDocumentPresentation
constructor
A new instance of OpenDocumentPresentation.
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(={}) super @extension = "odp" @mime_type = "application/vnd.oasis.opendocument.presentation" end |