| Package | Description |
|---|---|
| org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
| org.apache.poi.ss.usermodel |
| Modifier and Type | Class and Description |
|---|---|
class |
HSSFPictureData
Represents binary data stored in the file.
|
| Modifier and Type | Method and Description |
|---|---|
PictureData |
Picture.getPictureData()
Return picture data for this picture
|
PictureData |
ObjectData.getPictureData() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends PictureData> |
Workbook.getAllPictures()
Gets all pictures from the Workbook.
|