Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
Modifier and Type | Method | Description |
---|---|---|
HSSFClientAnchor |
HSSFPatriarch.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.
|
HSSFClientAnchor |
HSSFCreationHelper.createClientAnchor() |
Creates a HSSFClientAnchor.
|
HSSFClientAnchor |
HSSFPicture.getClientAnchor() |
|
HSSFClientAnchor |
HSSFPicture.getPreferredSize() |
Calculate the preferred size for this picture.
|
HSSFClientAnchor |
HSSFPicture.getPreferredSize(double scale) |
Calculate the preferred size for this picture.
|
HSSFClientAnchor |
HSSFPicture.getPreferredSize(double scaleX,
double scaleY) |
Calculate the preferred size for this picture.
|
Modifier and Type | Method | Description |
---|---|---|
HSSFShapeGroup |
HSSFPatriarch.createGroup(HSSFClientAnchor anchor) |
Creates a new group record stored under this patriarch.
|
HSSFObjectData |
HSSFPatriarch.createObjectData(HSSFClientAnchor anchor,
int storageId,
int pictureIndex) |
Adds a new OLE Package Shape
|
HSSFPicture |
HSSFPatriarch.createPicture(HSSFClientAnchor anchor,
int pictureIndex) |
Creates a picture.
|
HSSFPolygon |
HSSFPatriarch.createPolygon(HSSFClientAnchor anchor) |
Creates a polygon
|
HSSFSimpleShape |
HSSFPatriarch.createSimpleShape(HSSFClientAnchor anchor) |
Creates a simple shape.
|
HSSFTextbox |
HSSFPatriarch.createTextbox(HSSFClientAnchor anchor) |
Constructs a textbox under the patriarch.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.