| Package | Description |
|---|---|
| org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
| org.apache.poi.ss.usermodel |
| Modifier and Type | Class and Description |
|---|---|
class |
HSSFClientAnchor
A client anchor is attached to an excel worksheet.
|
| Modifier and Type | Method and Description |
|---|---|
ClientAnchor |
HSSFComment.getClientAnchor() |
| Modifier and Type | Method and Description |
|---|---|
HSSFComment |
HSSFPatriarch.createCellComment(ClientAnchor anchor) |
HSSFObjectData |
HSSFPatriarch.createObjectData(ClientAnchor anchor,
int storageId,
int pictureIndex) |
HSSFPicture |
HSSFPatriarch.createPicture(ClientAnchor anchor,
int pictureIndex) |
| Modifier and Type | Method and Description |
|---|---|
ClientAnchor |
Drawing.createAnchor(int dx1,
int dy1,
int dx2,
int dy2,
int col1,
int row1,
int col2,
int row2)
Creates a new client anchor and sets the top-left and bottom-right
coordinates of the anchor.
|
ClientAnchor |
CreationHelper.createClientAnchor()
Creates a ClientAnchor.
|
ClientAnchor |
Comment.getClientAnchor()
Return defined position of this anchor in the sheet.
|
ClientAnchor |
Picture.getClientAnchor() |
ClientAnchor |
Picture.getPreferredSize()
Calculate the preferred size for this picture.
|
ClientAnchor |
Picture.getPreferredSize(double scaleX,
double scaleY)
Calculate the preferred size for this picture.
|
| Modifier and Type | Method and Description |
|---|---|
Comment |
Drawing.createCellComment(ClientAnchor anchor)
Creates a comment.
|
ObjectData |
Drawing.createObjectData(ClientAnchor anchor,
int storageId,
int pictureIndex)
Adds a new OLE Package Shape
|
Picture |
Drawing.createPicture(ClientAnchor anchor,
int pictureIndex)
Creates a picture.
|