org.enhydra.snapper.parsers.fileparsers.parsers.wordparser2007parser
Class Word2007ToText
java.lang.Object
org.enhydra.snapper.parsers.fileparsers.parsers.wordparser2007parser.Word2007ToText
- All Implemented Interfaces:
- Word2007Converter
public class Word2007ToText
- extends java.lang.Object
- implements Word2007Converter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Word2007ToText
public Word2007ToText()
init
public void init(java.io.File originalFile,
int characterLimit,
java.lang.String conversionPath)
throws FileParserException
- Specified by:
init
in interface Word2007Converter
- Throws:
FileParserException
parse
public java.lang.String parse(int limit)
throws FileParserException
- Specified by:
parse
in interface Word2007Converter
- Throws:
FileParserException
close
public void close()
- Specified by:
close
in interface Word2007Converter
getConvertedContent
public java.lang.String getConvertedContent()
- Specified by:
getConvertedContent
in interface Word2007Converter
getExtension
public java.lang.String getExtension()
- Specified by:
getExtension
in interface Word2007Converter
getPureText
public java.lang.String getPureText()
- Specified by:
getPureText
in interface Word2007Converter
getCustomProperties
public java.util.ArrayList<java.lang.String> getCustomProperties()
- Specified by:
getCustomProperties
in interface Word2007Converter
getContainerFile
public java.io.File getContainerFile(java.io.File originalFile,
java.lang.String containerFileName,
java.lang.String tempDir)
- Specified by:
getContainerFile
in interface Word2007Converter