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

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

Uses of EscherDgRecord in org.apache.poi.hslf.record
 

Methods in org.apache.poi.hslf.record that return EscherDgRecord
 EscherDgRecord PPDrawing.getEscherDgRecord()
          Return EscherDgRecord which keeps track of the number of shapes and shapeId in this drawing group
 

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.
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.