]> source.dussan.org Git - poi.git/commit
add Word-to-Text converter
authorSergey Vladimirov <sergey@apache.org>
Tue, 9 Aug 2011 09:25:59 +0000 (09:25 +0000)
committerSergey Vladimirov <sergey@apache.org>
Tue, 9 Aug 2011 09:25:59 +0000 (09:25 +0000)
commit888f51c566faabe689cc7f3e110fc6fa67514a59
treeceab4603be7ea64e49a1eda167579bcd37c53a09
parentfa26e746cc35e87ccd69e1ef051096e57e5bee6b
add Word-to-Text converter

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1155281 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/src/org/apache/poi/hwpf/converter/AbstractWordConverter.java
src/scratchpad/src/org/apache/poi/hwpf/converter/TextDocumentFacade.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/converter/WordToFoConverter.java
src/scratchpad/src/org/apache/poi/hwpf/converter/WordToHtmlConverter.java
src/scratchpad/src/org/apache/poi/hwpf/converter/WordToTextConverter.java [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hwpf/converter/TestWordToConverterSuite.java