org.enhydra.snapper.parsers.fileparsers.parsers.wordparser
Class WordToText
java.lang.Object
org.enhydra.snapper.parsers.fileparsers.parsers.wordparser.WordToText
- All Implemented Interfaces:
- WordConverter
- public class WordToText
- extends java.lang.Object
- implements WordConverter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WordToText
public WordToText()
init
public void init(java.io.File originalFile,
int characterLimit,
java.lang.String conversionPath)
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