Uses of Class
loci.poi.hssf.model.DrawingManager2
-
Packages that use DrawingManager2 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. -
-
Uses of DrawingManager2 in loci.poi.hssf.model
Methods in loci.poi.hssf.model that return DrawingManager2 Modifier and Type Method Description DrawingManager2
Workbook. getDrawingManager()
Methods in loci.poi.hssf.model with parameters of type DrawingManager2 Modifier and Type Method Description int
Sheet. aggregateDrawingRecords(DrawingManager2 drawingManager)
-
Uses of DrawingManager2 in loci.poi.hssf.record
Methods in loci.poi.hssf.record with parameters of type DrawingManager2 Modifier and Type Method Description static EscherAggregate
EscherAggregate. createAggregate(List records, int locFirstDrawingRecord, DrawingManager2 drawingManager)
Collapses the drawing records into an aggregate.Constructors in loci.poi.hssf.record with parameters of type DrawingManager2 Constructor Description EscherAggregate(DrawingManager2 drawingManager)
-