Package | Description |
---|---|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
io.keikai.importer | |
io.keikai.model |
Keikai Spreadsheet Internal Book Model classes.
|
io.keikai.model.impl |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
io.keikai.model.impl.pdf |
The exporter that convert Keikai Spreadsheet to PDF.
|
io.keikai.range |
Keikai Spreadsheet Internal Range API classes.
|
io.keikai.range.impl |
Keikai Spreadsheet Internal Range API Implementation classes.
|
io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
static ViewAnchor |
SheetImpl.toViewAnchor(SSheet sheet,
SheetAnchor anchor)
Utility method, internal use only
|
Modifier and Type | Method and Description |
---|---|
static SheetAnchor |
SheetImpl.toSheetAnchor(SSheet sheet,
ViewAnchor anchor)
Utility method, internal use only
|
Modifier and Type | Method and Description |
---|---|
protected ViewAnchor |
XlsxImporter.toViewAnchor(io.keikai.importer.ShapeJson shapeJson,
SSheet sheet) |
Modifier and Type | Method and Description |
---|---|
ViewAnchor |
ViewAnchor.cloneViewAnchor() |
ViewAnchor |
SPicture.getAnchor() |
ViewAnchor |
SChart.getAnchor() |
ViewAnchor |
ViewAnchor.getRightBottomAnchor(SSheet sheet) |
Modifier and Type | Method and Description |
---|---|
SChart |
SSheet.addChart(SChart.ChartType type,
ViewAnchor anchor) |
SPicture |
SSheet.addPicture(int index,
ViewAnchor anchor)
Add a picture into the sheet with known picture data index.
|
SPicture |
SSheet.addPicture(SPicture.Format format,
byte[] data,
ViewAnchor anchor)
Add a picture into this sheet with raw picture data and format.
|
void |
SPicture.setAnchor(ViewAnchor anchor) |
void |
SChart.setAnchor(ViewAnchor anchor) |
Modifier and Type | Method and Description |
---|---|
ViewAnchor |
PictureImpl.getAnchor() |
ViewAnchor |
ChartImpl.getAnchor() |
Modifier and Type | Method and Description |
---|---|
SChart |
SheetImpl.addChart(SChart.ChartType type,
ViewAnchor anchor) |
SPicture |
SheetImpl.addPicture(int picDataIndex,
ViewAnchor anchor) |
SPicture |
SheetImpl.addPicture(SPicture.Format format,
byte[] data,
ViewAnchor anchor) |
void |
PictureImpl.setAnchor(ViewAnchor anchor) |
void |
ChartImpl.setAnchor(ViewAnchor anchor) |
Constructor and Description |
---|
ChartImpl(AbstractSheetAdv sheet,
String id,
SChart.ChartType type,
ViewAnchor anchor) |
PictureImpl(AbstractSheetAdv sheet,
String id,
int picDataIndex,
ViewAnchor anchor)
This constructor use the existing picData in the .
|
PictureImpl(AbstractSheetAdv sheet,
String id,
SPicture.Format format,
byte[] data,
ViewAnchor anchor)
This constructor will create a
SPictureData internally |
Modifier and Type | Method and Description |
---|---|
protected void |
PdfExporter.printImage(com.lowagie.text.pdf.PdfContentByte canvas,
byte[] rawData,
ViewAnchor anchor1,
ViewAnchor anchor2,
CellRegion clipRegion,
CellRegion renderRegion,
double pageColumnX,
double pageRowY,
double clipOffsetX,
double clipOffsetY,
boolean outline) |
Modifier and Type | Method and Description |
---|---|
SChart |
SRange.addChart(ViewAnchor anchor,
SChart.ChartType type,
SChart.ChartGrouping grouping,
SChart.ChartLegendPosition pos,
boolean isThreeD)
Add a chart into the sheet of this Range
|
SPicture |
SRange.addPicture(ViewAnchor anchor,
byte[] image,
SPicture.Format format)
Add a picture into the sheet of this Range
|
void |
SRange.moveChart(SChart chart,
ViewAnchor anchor)
Move the chart to the new anchor.
|
void |
SRange.movePicture(SPicture picture,
ViewAnchor anchor)
Update picture anchor.
|
Modifier and Type | Method and Description |
---|---|
SChart |
RangeImpl.addChart(ViewAnchor anchor,
SChart.ChartType type,
SChart.ChartGrouping grouping,
SChart.ChartLegendPosition pos,
boolean isThreeD) |
SPicture |
RangeImpl.addPicture(ViewAnchor anchor,
byte[] image,
SPicture.Format format) |
void |
RangeImpl.moveChart(SChart chart,
ViewAnchor anchor) |
void |
RangeImpl.movePicture(SPicture picture,
ViewAnchor anchor) |
Modifier and Type | Method and Description |
---|---|
protected ViewAnchor |
AbstractExcelImporter.toViewAnchor(Sheet poiSheet,
ClientAnchor clientAnchor) |
Modifier and Type | Method and Description |
---|---|
protected ClientAnchor |
ExcelXlsxExporter.toClientAnchor(ViewAnchor viewAnchor,
SSheet sheet) |
Copyright © 2020. All rights reserved.