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.usermodel | |
org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
HSSFObjectData
Represents binary object (i.e.
|
class |
HSSFPicture
Represents a escher picture.
|
Modifier and Type | Method and Description |
---|---|
void |
HSSFPatriarch.deletePicture(Picture picture) |
void |
HSSFPatriarch.movePicture(Picture pic,
ClientAnchor anchor) |
Modifier and Type | Method and Description |
---|---|
Picture |
Drawing.createPicture(ClientAnchor anchor,
int pictureIndex)
Creates a picture.
|
Modifier and Type | Method and Description |
---|---|
void |
Drawing.deletePicture(Picture pic)
Remove an existing picture
|
void |
Drawing.movePicture(Picture pic,
ClientAnchor anchor) |
Modifier and Type | Class and Description |
---|---|
class |
XSSFPicture
Represents a picture shape in a SpreadsheetML drawing.
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFDrawing.deletePicture(Picture picture) |
void |
XSSFDrawing.movePicture(Picture pic,
ClientAnchor anchor) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractExcelImporter.importPicture(java.util.List<Picture> poiPictures,
Sheet poiSheet,
SSheet sheet) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.