Package | Description |
---|---|
io.keikai.importer | |
io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
org.zkoss.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
protected XSSFChartX |
XlsxImporter.createXSSFChartX(XSSFDrawing patriarch,
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame gfrm,
XSSFClientAnchor xanchor) |
Modifier and Type | Method and Description |
---|---|
protected XSSFChartX |
ExcelXlsxImporter.createXSSFChartX(XSSFDrawing patriarch,
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame gfrm,
XSSFClientAnchor xanchor) |
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,
String name,
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) |
Copyright © 2020. All rights reserved.