|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EscherDgRecord | |
---|---|
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 | |
---|---|
int |
EscherDggRecord.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 | |
---|---|
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()
Creates a new drawing group |
Methods in org.apache.poi.hssf.model with parameters of type EscherDgRecord | |
---|---|
int |
DrawingManager2.allocateShapeId(EscherDgRecord dg)
Allocates new shape id for the drawing group |
int |
DrawingManager2.allocateShapeId(short drawingGroupId,
EscherDgRecord dg)
Deprecated. in POI 3.17-beta2, use allocateShapeId(EscherDgRecord) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |