Uses of Class
io.keikai.model.ViewAnchor
-
Packages that use ViewAnchor Package Description io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.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. -
-
Uses of ViewAnchor in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return ViewAnchor Modifier and Type Method Description static ViewAnchor
SheetImpl. toViewAnchor(SSheet sheet, SheetAnchor anchor)
Utility method, internal use onlyMethods in io.keikai.api.model.impl with parameters of type ViewAnchor Modifier and Type Method Description static SheetAnchor
SheetImpl. toSheetAnchor(SSheet sheet, ViewAnchor anchor)
Utility method, internal use only -
Uses of ViewAnchor in io.keikai.importer
Methods in io.keikai.importer that return ViewAnchor Modifier and Type Method Description protected ViewAnchor
XlsxImporter. toSparklineViewAnchor(String anchorRef, SSheet sheet)
protected ViewAnchor
XlsxImporter. toViewAnchor(io.keikai.importer.ShapeJson shapeJson, SSheet sheet)
-
Uses of ViewAnchor in io.keikai.model
Methods in io.keikai.model that return ViewAnchor Modifier and Type Method Description ViewAnchor
ViewAnchor. cloneViewAnchor()
ViewAnchor
SChart. getAnchor()
ViewAnchor
SPicture. getAnchor()
ViewAnchor
ViewAnchor. getRightBottomAnchor(SSheet sheet)
Methods in io.keikai.model with parameters of type ViewAnchor Modifier and Type Method 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
SChart. setAnchor(ViewAnchor anchor)
void
SPicture. setAnchor(ViewAnchor anchor)
-
Uses of ViewAnchor in io.keikai.model.impl
Methods in io.keikai.model.impl that return ViewAnchor Modifier and Type Method Description ViewAnchor
ChartImpl. getAnchor()
ViewAnchor
PictureImpl. getAnchor()
Methods in io.keikai.model.impl with parameters of type ViewAnchor Modifier and Type Method 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
ChartImpl. setAnchor(ViewAnchor anchor)
void
PictureImpl. setAnchor(ViewAnchor anchor)
Constructors in io.keikai.model.impl with parameters of type ViewAnchor Constructor 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 aSPictureData
internally -
Uses of ViewAnchor in io.keikai.model.impl.pdf
Methods in io.keikai.model.impl.pdf with parameters of type ViewAnchor Modifier and Type Method 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)
-
Uses of ViewAnchor in io.keikai.range
Methods in io.keikai.range with parameters of type ViewAnchor Modifier and Type Method 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 RangeSPicture
SRange. addPicture(ViewAnchor anchor, byte[] image, SPicture.Format format)
Add a picture into the sheet of this Rangevoid
SRange. moveChart(SChart chart, ViewAnchor anchor)
Move the chart to the new anchor.void
SRange. movePicture(SPicture picture, ViewAnchor anchor)
Update picture anchor. -
Uses of ViewAnchor in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type ViewAnchor Modifier and Type Method 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)
-
Uses of ViewAnchor in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return ViewAnchor Modifier and Type Method Description protected ViewAnchor
AbstractExcelImporter. toViewAnchor(Sheet poiSheet, ClientAnchor clientAnchor)
Methods in io.keikai.range.impl.imexp with parameters of type ViewAnchor Modifier and Type Method Description protected ClientAnchor
ExcelXlsxExporter. toClientAnchor(ViewAnchor viewAnchor, SSheet sheet)
-