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

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

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

Methods in org.apache.poi.hslf.model with parameters of type EscherDgRecord
protected  int Shape.allocateShapeId(EscherDgRecord dg)
          Allocates new shape id for the new drawing group id.
 

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()
           
 



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