]> source.dussan.org Git - poi.git/commit
Return a list of all pictures for a workbook. This shows a discrepancy between the...
authorUgo Cei <ugo@apache.org>
Tue, 19 Feb 2008 17:34:39 +0000 (17:34 +0000)
committerUgo Cei <ugo@apache.org>
Tue, 19 Feb 2008 17:34:39 +0000 (17:34 +0000)
commit3e92b80e9dc3ef04ebaf0b8d5b34288731304112
treec3878240d9d02dfafdb66bbc1a47634f34932f6d
parentcb55055d8383b8e858728a3129abbd550da29bd2
Return a list of all pictures for a workbook. This shows a discrepancy between the way pictures are stored in OLE2 files and the way they are stored in OOXML files. In the former case, pictures are associated with the workbook, in the latter they are referred to in "drawings" which are, in turn, referred to in sheets.

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@629170 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/usermodel/HSSFPictureData.java
src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/PictureData.java [new file with mode: 0644]
src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/PictureData.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/POIXMLDocument.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPictureData.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java
src/ooxml/testcases/org/apache/poi/xssf/data/picture.xlsx [new file with mode: 0644]
src/ooxml/testcases/org/apache/poi/xssf/io/TestLoadSaveXSSF.java