org.outerj.daisy.textextraction.impl
Class OpenOfficeTextExtractor

java.lang.Object
  extended by org.outerj.daisy.textextraction.impl.OpenOfficeTextExtractor
All Implemented Interfaces:
MimetypeTextExtractor

public class OpenOfficeTextExtractor
extends java.lang.Object
implements MimetypeTextExtractor

Extracts all text from an OpenOffice document.


Constructor Summary
OpenOfficeTextExtractor()
           
 
Method Summary
 java.lang.String getText(java.io.InputStream is)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenOfficeTextExtractor

public OpenOfficeTextExtractor()
Method Detail

getText

public java.lang.String getText(java.io.InputStream is)
                         throws java.lang.Exception
Specified by:
getText in interface MimetypeTextExtractor
Throws:
java.lang.Exception


Copyright © -2012 . All Rights Reserved.