| 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.sl.usermodel |
| Modifier and Type | Method and Description |
|---|---|
PictureData.PictureType |
EscherBSERecord.getPictureTypeMacOS() |
PictureData.PictureType |
EscherBSERecord.getPictureTypeWin32() |
| Modifier and Type | Method and Description |
|---|---|
static PictureData.PictureType |
PictureData.PictureType.forNativeID(int nativeId) |
static PictureData.PictureType |
PictureData.PictureType.forOoxmlID(int ooxmlId) |
PictureData.PictureType |
PictureData.getType() |
static PictureData.PictureType |
PictureData.PictureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PictureData.PictureType[] |
PictureData.PictureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PictureData |
SlideShow.addPicture(byte[] pictureData,
PictureData.PictureType format)
Adds a picture to the presentation.
|
PictureData |
SlideShow.addPicture(File pict,
PictureData.PictureType format)
Adds a picture to the presentation.
|
PictureData |
SlideShow.addPicture(InputStream is,
PictureData.PictureType format)
Adds a picture to the presentation.
|