]> source.dussan.org Git - poi.git/commit
better processing of word tables in cases different rows have different cell widths
authorSergey Vladimirov <sergey@apache.org>
Fri, 22 Jul 2011 09:42:32 +0000 (09:42 +0000)
committerSergey Vladimirov <sergey@apache.org>
Fri, 22 Jul 2011 09:42:32 +0000 (09:42 +0000)
commit1ed12025dfce6ced53541b135a4a6e7c3d41e424
tree280b93a220bfdb2240b09e9be3f3b6e0a48f12f6
parent3abb9887e47c6485d435e41b9bba7866a5a246fd
better processing of word tables in cases different rows have different cell widths

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149528 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/src/org/apache/poi/hwpf/converter/AbstractWordUtils.java
src/scratchpad/src/org/apache/poi/hwpf/converter/WordToFoConverter.java
src/scratchpad/src/org/apache/poi/hwpf/converter/WordToHtmlConverter.java
src/scratchpad/testcases/org/apache/poi/hwpf/AllHWPFTests.java
src/scratchpad/testcases/org/apache/poi/hwpf/converter/AbstractWordUtilsTest.java [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hwpf/converter/TestWordToHtmlConverter.java
test-data/document/table-merges.doc [new file with mode: 0644]