Snapper 1.1 API

org.enhydra.snapper.parsers.fileparsers.parsers.wordparser
Class WordToText

java.lang.Object
  extended by org.enhydra.snapper.parsers.fileparsers.parsers.wordparser.WordToText
All Implemented Interfaces:
WordConverter

public class WordToText
extends java.lang.Object
implements WordConverter


Constructor Summary
WordToText()
           
 
Method Summary
 void close()
           
 java.lang.String getConvertedContent()
           
 java.lang.String getExtension()
           
 java.lang.String getPureText()
           
 void init(java.io.File originalFile, int characterLimit, java.lang.String conversionPath, long newTimeLimit)
           
 void parse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordToText

public WordToText()
Method Detail

init

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

parse

public void parse()
           throws FileParserException
Specified by:
parse in interface WordConverter
Throws:
FileParserException

close

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

getConvertedContent

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

getExtension

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

getPureText

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

Snapper 1.1 API