Uses of Class
org.apache.poi.ddf.EscherDgRecord

Packages that use EscherDgRecord
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
 

Uses of EscherDgRecord in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model that return EscherDgRecord
 EscherDgRecord DrawingManager2.createDgRecord()
           
 EscherDgRecord DrawingManager.createDgRecord()
           
 

Methods in org.apache.poi.hssf.model with parameters of type EscherDgRecord
 int DrawingManager2.allocateShapeId(short drawingGroupId, EscherDgRecord dg)
          Allocates new shape id for the new drawing group id.