org.outerj.daisy.textextraction.impl
Class MSPowerPointTextExtractor

java.lang.Object
  extended by org.outerj.daisy.textextraction.impl.MSPowerPointTextExtractor
All Implemented Interfaces:
org.apache.poi.poifs.eventfilesystem.POIFSReaderListener, MimetypeTextExtractor

public class MSPowerPointTextExtractor
extends java.lang.Object
implements MimetypeTextExtractor, org.apache.poi.poifs.eventfilesystem.POIFSReaderListener

Text extractor for Microsoft PowerPoint files.


Constructor Summary
MSPowerPointTextExtractor()
           
 
Method Summary
 java.lang.String getText(java.io.InputStream is)
           
 void processPOIFSReaderEvent(org.apache.poi.poifs.eventfilesystem.POIFSReaderEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSPowerPointTextExtractor

public MSPowerPointTextExtractor()
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

processPOIFSReaderEvent

public void processPOIFSReaderEvent(org.apache.poi.poifs.eventfilesystem.POIFSReaderEvent event)
Specified by:
processPOIFSReaderEvent in interface org.apache.poi.poifs.eventfilesystem.POIFSReaderListener


Copyright © -2012 . All Rights Reserved.