Make a start on processing shapes on a sheet out of a record. For now, doesn't actual...
commit437485f5892e5aa6c84e0d77f052d976b504aa6f
authorNick Burch <nick@apache.org>
Wed, 9 Jan 2008 23:21:35 +0000 (9 23:21 +0000)
committerNick Burch <nick@apache.org>
Wed, 9 Jan 2008 23:21:35 +0000 (9 23:21 +0000)
tree4d367ef4706707c3d9f0791ea9d8776dc48c5e8b
parent0a483d0cbef29d3884a8d6d9266c81716753ad6f
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.eu.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