Uses of Class
org.apache.poi.ddf.EscherDgRecord
-
Packages that use EscherDgRecord Package Description org.apache.poi.ddf This package contains classes for decoding the Microsoft Office Drawing format otherwise known as escher henceforth known in POI as the Dreadful Drawing Format.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.ddf
Methods in org.apache.poi.ddf with parameters of type EscherDgRecord Modifier and Type Method Description intEscherDggRecord. allocateShapeId(EscherDgRecord dg, boolean sort)Allocates new shape id for the drawing group -
Uses of EscherDgRecord in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record that return EscherDgRecord Modifier and Type Method Description EscherDgRecordPPDrawing. 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 Modifier and Type Method Description EscherDgRecordDrawingManager2. createDgRecord()Creates a new drawing groupMethods in org.apache.poi.hssf.model with parameters of type EscherDgRecord Modifier and Type Method Description intDrawingManager2. allocateShapeId(short drawingGroupId, EscherDgRecord dg)Deprecated.in POI 3.17-beta2, use allocateShapeId(EscherDgRecord)intDrawingManager2. allocateShapeId(EscherDgRecord dg)Allocates new shape id for the drawing group
-