Package | Description |
---|---|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.xssf.streaming | |
org.zkoss.poi.xssf.usermodel | |
org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
HSSFPictureData
Represents binary data stored in the file.
|
Modifier and Type | Method and Description |
---|---|
PictureData |
HSSFPicture.getPictureData() |
Modifier and Type | Method and Description |
---|---|
protected void |
HSSFWorkbook.deletePictureData(PictureData img) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<PictureData,java.lang.Integer> |
AbstractExcelImporter.importedPictureData |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.