|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PictureData | |
|---|---|
| org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
| org.apache.poi.ss.usermodel | |
| org.apache.poi.xssf.streaming | |
| org.apache.poi.xssf.usermodel | |
| Uses of PictureData in org.apache.poi.hssf.usermodel |
|---|
| Classes in org.apache.poi.hssf.usermodel that implement PictureData | |
|---|---|
class |
HSSFPictureData
Represents binary data stored in the file. |
| Uses of PictureData in org.apache.poi.ss.usermodel |
|---|
| Methods in org.apache.poi.ss.usermodel that return PictureData | |
|---|---|
PictureData |
Picture.getPictureData()
Return picture data for this picture |
PictureData |
ObjectData.getPictureData()
|
| Methods in org.apache.poi.ss.usermodel that return types with arguments of type PictureData | |
|---|---|
java.util.List<? extends PictureData> |
Workbook.getAllPictures()
Gets all pictures from the Workbook. |
| Uses of PictureData in org.apache.poi.xssf.streaming |
|---|
| Methods in org.apache.poi.xssf.streaming that return types with arguments of type PictureData | |
|---|---|
java.util.List<? extends PictureData> |
SXSSFWorkbook.getAllPictures()
Gets all pictures from the Workbook. |
| Uses of PictureData in org.apache.poi.xssf.usermodel |
|---|
| Classes in org.apache.poi.xssf.usermodel that implement PictureData | |
|---|---|
class |
XSSFPictureData
Raw picture data, normally attached to a SpreadsheetML Drawing. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||