]> source.dussan.org Git - poi.git/commit
Make a start on processing shapes on a sheet out of a record. For now, doesn't actual...
authorNick Burch <nick@apache.org>
Wed, 9 Jan 2008 23:21:35 +0000 (23:21 +0000)
committerNick Burch <nick@apache.org>
Wed, 9 Jan 2008 23:21:35 +0000 (23:21 +0000)
commit7ad30758812963137fe648cb07eacabcddbaec56
tree4d367ef4706707c3d9f0791ea9d8776dc48c5e8b
parentfbbd6523bad9a8d63050fbb87343e09c9c0127ed
Make a start on processing shapes on a sheet out of a record. For now, doesn't actually manage to do this, but has much of the infrastructure that'll be needed. Includes ability to get an existing HSSFPatriarch for a sheet, if there are the required records, and for the HSSFPatriarch to be in a position to be given the shapes that make it up (but this isn't done yet)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610608 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ddf/EscherOptRecord.java
src/java/org/apache/poi/hssf/model/Sheet.java
src/java/org/apache/poi/hssf/model/Workbook.java
src/java/org/apache/poi/hssf/record/AbstractEscherHolderRecord.java
src/java/org/apache/poi/hssf/record/DrawingGroupRecord.java
src/java/org/apache/poi/hssf/record/EscherAggregate.java
src/java/org/apache/poi/hssf/usermodel/HSSFPatriarch.java
src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java
src/testcases/org/apache/poi/hssf/usermodel/TestHSSFSheet.java
src/testcases/org/apache/poi/hssf/usermodel/TestHSSFWorkbook.java