Package | Description |
---|---|
org.zkoss.poi.xssf.usermodel | |
org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
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.getPreferredSize()
Calculate the preferred size for this picture.
|
XSSFClientAnchor |
XSSFPicture.getPreferredSize(double scale)
Calculate the preferred size for this picture.
|
static XSSFClientAnchor |
XSSFClientAnchorHelper.newXSSFClientAnchor(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker from,
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker to) |
Modifier and Type | Method and Description |
---|---|
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 |
XSSFShapeGroup.createPicture(XSSFClientAnchor anchor,
int pictureIndex)
Creates a picture.
|
XSSFPicture |
XSSFDrawing.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.
|
static XSSFPicture |
XSSFPictureHelper.newXSSFPicture(XSSFDrawing drawing,
XSSFClientAnchor anchor,
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTPicture picture) |
protected void |
XSSFGraphicFrame.setAnchor(XSSFClientAnchor anchor)
Attaches frame to an anchor.
|
Constructor and Description |
---|
XSSFChartX(XSSFDrawing patriarch,
XSSFClientAnchor anchor,
java.lang.String name,
java.lang.String chartId) |
Modifier and Type | Method and Description |
---|---|
protected XSSFChartX |
ExcelXlsxImporter.createXSSFChartX(XSSFDrawing patriarch,
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame gfrm,
XSSFClientAnchor xanchor) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.