Uses of Class
org.apache.poi.hssf.record.EscherAggregate

Packages that use EscherAggregate
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 

Uses of EscherAggregate in org.apache.poi.hssf.record
 

Methods in org.apache.poi.hssf.record that return EscherAggregate
static EscherAggregate EscherAggregate.createAggregate(java.util.List records, int locFirstDrawingRecord, DrawingManager2 drawingManager)
          Collapses the drawing records into an aggregate.
 

Uses of EscherAggregate in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return EscherAggregate
protected  EscherAggregate HSSFPatriarch._getBoundAggregate()
          Returns the aggregate escher record we're bound to
 EscherAggregate HSSFSheet.getDrawingEscherAggregate()
          Returns the agregate escher records for this sheet, it there is one.
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.