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 | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSSFPictureData
Represents binary data stored in the file.
|
Modifier and Type | Method and Description |
---|---|
PictureData |
ObjectData.getPictureData() |
PictureData |
Picture.getPictureData()
Return picture data for this picture
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends PictureData> |
Workbook.getAllPictures()
Gets all pictures from the Workbook.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends PictureData> |
SXSSFWorkbook.getAllPictures()
Gets all pictures from the Workbook.
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFPictureData
Raw picture data, normally attached to a SpreadsheetML Drawing.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.