org.enhydra.snapper.parsers.fileparsers.parsers.powerparser
Class PowerToText
java.lang.Object
org.enhydra.snapper.parsers.fileparsers.parsers.powerparser.PowerToText
- All Implemented Interfaces:
- PowerPointConverter
- public class PowerToText
- extends java.lang.Object
- implements PowerPointConverter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PowerToText
public PowerToText()
parse
public void parse(java.io.File originalFile,
java.lang.String tempDir)
throws FileParserException
- Throws:
FileParserException
parse
public void parse()
throws FileParserException
- Specified by:
parse
in interface PowerPointConverter
- Throws:
FileParserException
processPOIFSReaderEvent
public void processPOIFSReaderEvent(POIFSReaderEvent event)
close
public void close()
- Specified by:
close
in interface PowerPointConverter
getConvertedContent
public java.lang.String getConvertedContent()
- Specified by:
getConvertedContent
in interface PowerPointConverter
getExtension
public java.lang.String getExtension()
- Specified by:
getExtension
in interface PowerPointConverter
getPureText
public java.lang.String getPureText()
- Specified by:
getPureText
in interface PowerPointConverter
init
public void init(java.io.File originalFile,
int characterLimit,
java.lang.String conversionPath)
throws FileParserException
- Specified by:
init
in interface PowerPointConverter
- Throws:
FileParserException