Uses of Class
org.apache.poi.ddf.EscherDggRecord
-
Packages that use EscherDggRecord Package Description 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 Modifier and Type Method Description EscherDggRecord
PPDrawingGroup. getEscherDggRecord()
-
Uses of EscherDggRecord in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return EscherDggRecord Modifier and Type Method Description EscherDggRecord
DrawingManager2. getDgg()
Returns the drawing group container recordConstructors in org.apache.poi.hssf.model with parameters of type EscherDggRecord Constructor Description DrawingManager2(EscherDggRecord dgg)
-