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 | |
org.apache.poi.xssf.model | |
org.apache.poi.xssf.streaming | |
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 |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
XSSFComment |
CommentsTable.createNewComment(ClientAnchor clientAnchor)
Create a new comment and add to the CommentTable.
|
XSSFComment |
Comments.createNewComment(ClientAnchor clientAnchor)
Create a new comment and add to the CommentTable.
|
Modifier and Type | Method and Description |
---|---|
ClientAnchor |
SXSSFDrawing.createAnchor(int dx1,
int dy1,
int dx2,
int dy2,
int col1,
int row1,
int col2,
int row2) |
ClientAnchor |
SXSSFCreationHelper.createClientAnchor() |
Modifier and Type | Method and Description |
---|---|
Comment |
SXSSFDrawing.createCellComment(ClientAnchor anchor) |
ObjectData |
SXSSFDrawing.createObjectData(ClientAnchor anchor,
int storageId,
int pictureIndex) |
SXSSFPicture |
SXSSFDrawing.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 |
---|---|
ClientAnchor |
XSSFComment.getClientAnchor() |
Modifier and Type | Method and Description |
---|---|
XSSFComment |
XSSFDrawing.createCellComment(ClientAnchor anchor)
Creates a comment.
|
XSSFChart |
XSSFDrawing.createChart(ClientAnchor anchor)
Creates a chart.
|
XSSFObjectData |
XSSFDrawing.createObjectData(ClientAnchor anchor,
int storageId,
int pictureIndex) |
XSSFPicture |
XSSFDrawing.createPicture(ClientAnchor anchor,
int pictureIndex) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.