| Package | Description |
|---|---|
| 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.usermodel |
| Modifier and Type | Class and Description |
|---|---|
class |
HSSFClientAnchor
A client anchor is attached to an excel worksheet.
|
| Modifier and Type | Method and Description |
|---|---|
HSSFComment |
HSSFPatriarch.createCellComment(ClientAnchor anchor) |
HSSFPicture |
HSSFPatriarch.createPicture(ClientAnchor anchor,
int pictureIndex) |
| Modifier and Type | Method and Description |
|---|---|
ClientAnchor |
CreationHelper.createClientAnchor() |
ClientAnchor |
Picture.getPreferredSize() |
| Modifier and Type | Method and Description |
|---|---|
Comment |
Drawing.createCellComment(ClientAnchor anchor) |
Picture |
Drawing.createPicture(ClientAnchor anchor,
int pictureIndex) |
| Modifier and Type | Class and Description |
|---|---|
class |
XSSFClientAnchor
A client anchor is attached to an excel worksheet.
|
| Modifier and Type | Method and Description |
|---|---|
XSSFComment |
XSSFDrawing.createCellComment(ClientAnchor anchor)
Creates a cell comment.
|
XSSFPicture |
XSSFDrawing.createPicture(ClientAnchor anchor,
int pictureIndex) |
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.