|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mmbase.module.lucene.extraction.impl.POIWordExtractor
public class POIWordExtractor
Use POI to extract text from a MS Word document
| Constructor Summary | |
|---|---|
POIWordExtractor()
|
|
| Method Summary | |
|---|---|
String |
extract(InputStream input)
Extract text from a source |
String |
getMimeType()
Mimetype this Extractor handles |
static void |
main(String[] args)
|
void |
setMimeType(String mimetype)
Mimetype this Extractor handles |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public POIWordExtractor()
| Method Detail |
|---|
public void setMimeType(String mimetype)
Extractor
setMimeType in interface Extractormimetype - String representing the MIME Typepublic String getMimeType()
Extractor
getMimeType in interface Extractorpublic String extract(InputStream input)
Extractor
extract in interface Extractorinput - InputStream where the data comes from
public static void main(String[] args)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||