Package | Description |
---|---|
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
XSSFClientAnchor |
SXSSFPicture.getClientAnchor() |
XSSFClientAnchor |
SXSSFPicture.getPreferredSize()
Calculate the preferred size for this picture.
|
XSSFClientAnchor |
SXSSFPicture.getPreferredSize(double scale)
Calculate the preferred size for this picture.
|
XSSFClientAnchor |
SXSSFPicture.getPreferredSize(double scaleX,
double scaleY) |
Modifier and Type | Method and Description |
---|---|
XSSFClientAnchor |
XSSFDrawing.createAnchor(int dx1,
int dy1,
int dx2,
int dy2,
int col1,
int row1,
int col2,
int row2) |
XSSFClientAnchor |
XSSFCreationHelper.createClientAnchor()
Creates a XSSFClientAnchor.
|
XSSFClientAnchor |
XSSFGraphicFrame.getAnchor()
Returns the frame anchor.
|
XSSFClientAnchor |
XSSFPicture.getClientAnchor() |
XSSFClientAnchor |
XSSFPicture.getPreferredSize()
Calculate the preferred size for this picture.
|
XSSFClientAnchor |
XSSFPicture.getPreferredSize(double scale)
Calculate the preferred size for this picture.
|
XSSFClientAnchor |
XSSFPicture.getPreferredSize(double scaleX,
double scaleY)
Calculate the preferred size for this picture.
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFSignatureLine.add(XSSFSheet sheet,
XSSFClientAnchor anchor) |
XSSFChart |
XSSFDrawing.createChart(XSSFClientAnchor anchor)
Creates a chart.
|
XSSFConnector |
XSSFDrawing.createConnector(XSSFClientAnchor anchor)
Creates a simple shape.
|
XSSFShapeGroup |
XSSFDrawing.createGroup(XSSFClientAnchor anchor)
Creates a simple shape.
|
XSSFPicture |
XSSFDrawing.createPicture(XSSFClientAnchor anchor,
int pictureIndex)
Creates a picture.
|
XSSFPicture |
XSSFShapeGroup.createPicture(XSSFClientAnchor anchor,
int pictureIndex)
Creates a picture.
|
XSSFSimpleShape |
XSSFDrawing.createSimpleShape(XSSFClientAnchor anchor)
Creates a simple shape.
|
XSSFTextBox |
XSSFDrawing.createTextbox(XSSFClientAnchor anchor)
Constructs a textbox under the drawing.
|
protected void |
XSSFGraphicFrame.setAnchor(XSSFClientAnchor anchor)
Attaches frame to an anchor.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.