Uses of Class
org.apache.poi.hssf.model.DrawingManager2
-
Packages that use DrawingManager2 Package Description org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. -
-
Uses of DrawingManager2 in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return DrawingManager2 Modifier and Type Method Description DrawingManager2
InternalWorkbook. findDrawingGroup()
Finds the primary drawing group, if one already existsDrawingManager2
InternalWorkbook. getDrawingManager()
Methods in org.apache.poi.hssf.model with parameters of type DrawingManager2 Modifier and Type Method Description int
InternalSheet. aggregateDrawingRecords(DrawingManager2 drawingManager, boolean createIfMissing)
Finds the DrawingRecord for our sheet, and attaches it to the DrawingManager (which knows about the overall DrawingGroup for our workbook).
-