| Package | Description | 
|---|---|
| loci.poi.hssf.model | 
 Provides low level API structures for reading, writing, modifying XLS files. 
 | 
| loci.poi.hssf.record | 
 Record package contains class representations for XLS binary strutures. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private DrawingManager2 | 
Workbook.drawingManager  | 
| Modifier and Type | Method and Description | 
|---|---|
DrawingManager2 | 
Workbook.getDrawingManager()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
Sheet.aggregateDrawingRecords(DrawingManager2 drawingManager)  | 
| Modifier and Type | Field and Description | 
|---|---|
private DrawingManager2 | 
EscherAggregate.drawingManager  | 
| Modifier and Type | Method and Description | 
|---|---|
static EscherAggregate | 
EscherAggregate.createAggregate(List records,
               int locFirstDrawingRecord,
               DrawingManager2 drawingManager)
Collapses the drawing records into an aggregate. 
 | 
| Constructor and Description | 
|---|
EscherAggregate(DrawingManager2 drawingManager)  | 
Copyright © 2016 Open Microscopy Environment