Uses of Class
loci.poi.hssf.model.DrawingManager2
Packages that use DrawingManager2
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
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 DrawingManager2Methods in loci.poi.hssf.model with parameters of type DrawingManager2Modifier and TypeMethodDescriptionintSheet.aggregateDrawingRecords(DrawingManager2 drawingManager) -
Uses of DrawingManager2 in loci.poi.hssf.record
Methods in loci.poi.hssf.record with parameters of type DrawingManager2Modifier and TypeMethodDescriptionstatic EscherAggregateEscherAggregate.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