com.xpn.xwiki.plugin.lucene.textextraction
Class MSPowerPointTextExtractor

java.lang.Object
  extended by com.xpn.xwiki.plugin.lucene.textextraction.MSPowerPointTextExtractor
All Implemented Interfaces:
MimetypeTextExtractor

public class MSPowerPointTextExtractor
extends java.lang.Object
implements MimetypeTextExtractor

Text extractor for Microsoft Power Point files.


Constructor Summary
MSPowerPointTextExtractor()
           
 
Method Summary
 java.lang.String getText(byte[] data)
           
 
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(byte[] data)
                         throws java.lang.Exception
Specified by:
getText in interface MimetypeTextExtractor
Throws:
java.lang.Exception


Copyright © 2004-2009 XWiki. All Rights Reserved.