Package | Description |
---|---|
org.zkoss.poi.xssf.usermodel | |
org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Field and Description |
---|---|
protected XSSFDrawing |
XSSFShape.drawing
Parent drawing
|
Modifier and Type | Method and Description |
---|---|
XSSFDrawing |
XSSFSheet.createDrawingPatriarch()
Create a new SpreadsheetML drawing.
|
XSSFDrawing |
XSSFShape.getDrawing()
Return the drawing that owns this shape
|
Modifier and Type | Method and Description |
---|---|
static XSSFPicture |
XSSFPictureHelper.newXSSFPicture(XSSFDrawing drawing,
XSSFClientAnchor anchor,
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTPicture picture) |
Constructor and Description |
---|
XSSFChartX(XSSFDrawing patriarch,
XSSFClientAnchor anchor,
java.lang.String name,
java.lang.String chartId) |
XSSFConnector(XSSFDrawing drawing,
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector ctShape)
Construct a new XSSFConnector object.
|
XSSFGraphicFrame(XSSFDrawing drawing,
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame ctGraphicFrame)
Construct a new XSSFGraphicFrame object.
|
XSSFPicture(XSSFDrawing drawing,
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTPicture ctPicture)
Construct a new XSSFPicture object.
|
XSSFShapeGroup(XSSFDrawing drawing,
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGroupShape ctGroup)
Construct a new XSSFSimpleShape object.
|
XSSFSimpleShape(XSSFDrawing drawing,
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape ctShape) |
XSSFTextBox(XSSFDrawing drawing,
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape ctShape) |
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.