]> source.dussan.org Git - poi.git/commit
Improved picture support for HSLF, from Yegor in bug 40388
authorNick Burch <nick@apache.org>
Tue, 19 Sep 2006 22:37:38 +0000 (22:37 +0000)
committerNick Burch <nick@apache.org>
Tue, 19 Sep 2006 22:37:38 +0000 (22:37 +0000)
commit7c1efd4b1a22eb435c073c90344532b9e365a3b8
tree261ed9de6f10dccadebd6ee43d9151c640fb3e4a
parentc2f4b9617bcabb5efb333cc98d4d5805955d8c25
Improved picture support for HSLF, from Yegor in bug 40388

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@448001 13f79535-47bb-0310-9956-ffa450edef68
19 files changed:
src/documentation/content/xdocs/hslf/how-to-shapes.xml
src/scratchpad/src/org/apache/poi/hslf/HSLFSlideShow.java
src/scratchpad/src/org/apache/poi/hslf/blip/Bitmap.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hslf/blip/EMF.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hslf/blip/JPEG.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hslf/blip/Metafile.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hslf/blip/PICT.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hslf/blip/PNG.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hslf/blip/WMF.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hslf/extractor/ImageExtractor.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hslf/model/Picture.java
src/scratchpad/src/org/apache/poi/hslf/usermodel/PictureData.java
src/scratchpad/src/org/apache/poi/hslf/usermodel/SlideShow.java
src/scratchpad/testcases/org/apache/poi/hslf/data/cow.pict [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hslf/data/pictures.ppt [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hslf/data/santa.wmf [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hslf/data/tomcat.png [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hslf/data/wrench.emf [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestPictures.java