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.usermodel | |
org.apache.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
Modifier and Type | Method and Description |
---|---|
EscherBSERecord |
EscherBSERecord.copy() |
Constructor and Description |
---|
EscherBSERecord(EscherBSERecord other) |
Modifier and Type | Method and Description |
---|---|
protected EscherBSERecord |
HSLFPictureShape.getEscherBSERecord() |
Modifier and Type | Method and Description |
---|---|
EscherBSERecord |
InternalWorkbook.getBSERecord(int pictureIndex) |
Modifier and Type | Method and Description |
---|---|
int |
InternalWorkbook.addBSERecord(EscherBSERecord e) |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.