Class: Plaintext::OfficeDocumentHandler

Inherits:
ZippedXmlHandler show all
Defined in:
lib/plaintext/file_handler/zipped_xml_handler/office_document_handler.rb

Overview

Base class for extractors for MS Office formats

Direct Known Subclasses

DocxHandler, PptxHandler, XlsxHandler

Instance Method Summary collapse

Methods inherited from ZippedXmlHandler

#text

Methods inherited from FileHandler

#accept?, #set

Constructor Details

#initializeOfficeDocumentHandler

Returns a new instance of OfficeDocumentHandler.



6
7
8
9
# File 'lib/plaintext/file_handler/zipped_xml_handler/office_document_handler.rb', line 6

def initialize
  super
  @element = 't'
end