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.
|
Modifier and Type | Method and Description |
---|---|
int |
EscherDggRecord.allocateShapeId(EscherDgRecord dg,
boolean sort)
Allocates new shape id for the drawing group
|
Modifier and Type | Method and Description |
---|---|
EscherDgRecord |
PPDrawing.getEscherDgRecord()
Return EscherDgRecord which keeps track of the number of shapes and shapeId in this drawing group
|
Modifier and Type | Method and Description |
---|---|
EscherDgRecord |
DrawingManager2.createDgRecord()
Creates a new drawing group
|
Modifier and Type | Method and Description |
---|---|
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)
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.