Snapper 3.0 API

org.enhydra.snapper.parsers.fileparsers.parsers.powerpoint2007parser
Class PowerPoint2007ToText

java.lang.Object
  extended by org.enhydra.snapper.parsers.fileparsers.parsers.powerpoint2007parser.PowerPoint2007ToText
All Implemented Interfaces:
PowerPoint2007Converter

public class PowerPoint2007ToText
extends java.lang.Object
implements PowerPoint2007Converter


Constructor Summary
PowerPoint2007ToText()
           
 
Method Summary
 void close()
           
 java.io.File getContainerFile(java.io.File originalFile, java.lang.String containerFileName, java.lang.String tempDir)
           
 java.lang.String getConvertedContent()
           
 java.util.ArrayList<java.lang.String> getCustomProperties()
           
 java.lang.String getExtension()
           
 java.lang.String getPureText()
           
 void init(java.io.File originalFile, int characterLimit, java.lang.String conversionPath)
           
 java.lang.String parse(int limit)
           
 void setPageToExtract(int pageNum)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PowerPoint2007ToText

public PowerPoint2007ToText()
Method Detail

init

public void init(java.io.File originalFile,
                 int characterLimit,
                 java.lang.String conversionPath)
          throws FileParserException
Specified by:
init in interface PowerPoint2007Converter
Throws:
FileParserException

parse

public java.lang.String parse(int limit)
                       throws FileParserException
Specified by:
parse in interface PowerPoint2007Converter
Throws:
FileParserException

close

public void close()
Specified by:
close in interface PowerPoint2007Converter

getConvertedContent

public java.lang.String getConvertedContent()
Specified by:
getConvertedContent in interface PowerPoint2007Converter

getExtension

public java.lang.String getExtension()
Specified by:
getExtension in interface PowerPoint2007Converter

getPureText

public java.lang.String getPureText()
Specified by:
getPureText in interface PowerPoint2007Converter

getCustomProperties

public java.util.ArrayList<java.lang.String> getCustomProperties()
Specified by:
getCustomProperties in interface PowerPoint2007Converter

getContainerFile

public java.io.File getContainerFile(java.io.File originalFile,
                                     java.lang.String containerFileName,
                                     java.lang.String tempDir)
Specified by:
getContainerFile in interface PowerPoint2007Converter

setPageToExtract

public void setPageToExtract(int pageNum)
Specified by:
setPageToExtract in interface PowerPoint2007Converter

Snapper 3.0 API