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

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

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

Methods in org.apache.poi.hslf.record that return EscherDggRecord
 EscherDggRecord PPDrawingGroup.getEscherDggRecord()
           
 

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

Methods in org.apache.poi.hssf.model that return EscherDggRecord
 EscherDggRecord DrawingManager2.getDgg()
          Returns the drawing group container record
 

Constructors in org.apache.poi.hssf.model with parameters of type EscherDggRecord
DrawingManager2(EscherDggRecord dgg)
           
 



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