]> source.dussan.org Git - poi.git/commit
Patch from bug #45738 - Initial HWPF support for Office Art Shapes
authorNick Burch <nick@apache.org>
Sun, 7 Sep 2008 18:32:51 +0000 (18:32 +0000)
committerNick Burch <nick@apache.org>
Sun, 7 Sep 2008 18:32:51 +0000 (18:32 +0000)
commitc2761bf4523deb05338672efeb2587107dd0b619
tree26e62b095e262d1ca423d97c4557ed7370a0196f
parenta0cef4021110aa82a1580ff5d47e8e979d4df411
Patch from bug #45738 - Initial HWPF support for Office Art Shapes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692918 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/scratchpad/src/org/apache/poi/hwpf/HWPFDocument.java
src/scratchpad/src/org/apache/poi/hwpf/model/ShapesTable.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/usermodel/Shape.java [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hwpf/data/WithArtShapes.doc [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestShapes.java [new file with mode: 0644]