Snapper 1.1 API

org.enhydra.snapper.parsers.fileparsers.parsers.powerparser
Class PowerToText

java.lang.Object
  extended by org.enhydra.snapper.parsers.fileparsers.parsers.powerparser.PowerToText
All Implemented Interfaces:
PowerPointConverter

public class PowerToText
extends java.lang.Object
implements PowerPointConverter


Constructor Summary
PowerToText()
           
 
Method Summary
 void close()
           
 java.lang.String getConvertedContent()
           
 java.lang.String getExtension()
           
 java.lang.String getPureText()
           
 void init(java.io.File originalFile, int newCharacterLimit, java.lang.String conversionPath, long timeLimit)
           
 void parse()
           
 void parse(java.io.File originalFile, java.lang.String tempDir)
           
 void processPOIFSReaderEvent(POIFSReaderEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PowerToText

public PowerToText()
Method Detail

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 newCharacterLimit,
                 java.lang.String conversionPath,
                 long timeLimit)
          throws FileParserException
Specified by:
init in interface PowerPointConverter
Throws:
FileParserException

Snapper 1.1 API