|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DrawingManager | |
org.apache.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. |
org.apache.poi.hssf.record | Record package contains class representations for XLS binary strutures. |
Uses of DrawingManager in org.apache.poi.hssf.model |
Methods in org.apache.poi.hssf.model that return DrawingManager | |
DrawingManager |
Workbook.getDrawingManager()
|
Methods in org.apache.poi.hssf.model with parameters of type DrawingManager | |
int |
Sheet.aggregateDrawingRecords(DrawingManager drawingManager)
|
Uses of DrawingManager in org.apache.poi.hssf.record |
Methods in org.apache.poi.hssf.record with parameters of type DrawingManager | |
static EscherAggregate |
EscherAggregate.createAggregate(java.util.List records,
int locFirstDrawingRecord,
DrawingManager drawingManager)
Collapses the drawing records into an aggregate. |
Constructors in org.apache.poi.hssf.record with parameters of type DrawingManager | |
EscherAggregate(DrawingManager drawingManager)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |