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.blip | |
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) |
Constructor and Description |
---|
Bitmap(EscherContainerRecord recordContainer,
EscherBSERecord bse)
Creates a new instance.
|
DIB(EscherContainerRecord recordContainer,
EscherBSERecord bse)
Creates a new instance.
|
EMF(EscherContainerRecord recordContainer,
EscherBSERecord bse)
Creates a new instance.
|
JPEG(EscherContainerRecord recordContainer,
EscherBSERecord bse)
Creates a new instance.
|
Metafile(EscherContainerRecord recordContainer,
EscherBSERecord bse)
Creates a new instance.
|
PICT(EscherContainerRecord recordContainer,
EscherBSERecord bse)
Creates a new instance.
|
PNG(EscherContainerRecord recordContainer,
EscherBSERecord bse)
Creates a new instance.
|
WMF(EscherContainerRecord recordContainer,
EscherBSERecord bse)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected EscherBSERecord |
HSLFPictureShape.getEscherBSERecord() |
Constructor and Description |
---|
HSLFPictureData(EscherContainerRecord bStore,
EscherBSERecord bse)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
EscherBSERecord |
InternalWorkbook.getBSERecord(int pictureIndex) |
Modifier and Type | Method and Description |
---|---|
int |
InternalWorkbook.addBSERecord(EscherBSERecord e) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.