| Package | Description |
|---|---|
| io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
| org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
| org.zkoss.poi.ss.usermodel | |
| org.zkoss.poi.xssf.usermodel |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractExcelImporter.importPicture(List<Picture> poiPictures,
Sheet poiSheet,
SSheet sheet) |
| 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) |
Copyright © 2020. All rights reserved.