]> source.dussan.org Git - poi.git/commit
From bug #38616 - support for extracting images from word files, plus tests for this
authorNick Burch <nick@apache.org>
Tue, 26 Sep 2006 14:46:39 +0000 (14:46 +0000)
committerNick Burch <nick@apache.org>
Tue, 26 Sep 2006 14:46:39 +0000 (14:46 +0000)
commit0989d2323abefc03d83d116d96709688ac44789b
treee7269e41acd3dd11fe89e2e0feea2aaee456e24e
parent338801b916d312a91ebf5829ea6fc6be1c8b4fbb
From bug #38616 - support for extracting images from word files, plus tests for this

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@450066 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/src/org/apache/poi/hwpf/HWPFDocument.java
src/scratchpad/src/org/apache/poi/hwpf/model/PicturesTable.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/usermodel/Picture.java [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hwpf/TestHWPFPictures.java [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hwpf/data/simple_image.jpg [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hwpf/data/simple_image.png [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hwpf/data/testPictures.doc [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hwpf/data/two_images.doc [new file with mode: 0755]