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 |
---|---|
EscherDgRecord |
EscherDgRecord.copy() |
Modifier and Type | Method and Description |
---|---|
int |
EscherDggRecord.allocateShapeId(EscherDgRecord dg,
boolean sort)
Allocates new shape id for the drawing group
|
Constructor and Description |
---|
EscherDgRecord(EscherDgRecord other) |
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
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.