Uses of Class
io.keikai.api.SheetAnchor
-
Packages that use SheetAnchor Package Description io.keikai.api Keikai Spreadsheet API classes.io.keikai.api.impl Keikai Spreadsheet API implementation classes, internal use onlyio.keikai.api.model Keikai Spreadsheet Model API classes.io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikai.ui.event Events of Keikai Spreadsheet UI Component. -
-
Uses of SheetAnchor in io.keikai.api
Methods in io.keikai.api that return SheetAnchor Modifier and Type Method Description static SheetAnchor
SheetOperationUtil. toChartAnchor(Range range)
Create a anchor by range's row/column datastatic SheetAnchor
SheetOperationUtil. toFilledAnchor(Sheet sheet, int row, int column, int widthPx, int heightPx)
return aSheetAnchor
based on a cell and a picture width and heightMethods in io.keikai.api with parameters of type SheetAnchor Modifier and Type Method Description Chart
Range. addChart(SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)
Adds chart to sheetstatic Chart
SheetOperationUtil. addChart(Range range, SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)
Adds a chart at the specified locationPicture
Range. addPicture(SheetAnchor anchor, byte[] image, Picture.Format format)
Adds picture to sheetstatic Picture
SheetOperationUtil. addPicture(Range range, SheetAnchor anchor, byte[] binary, Picture.Format format)
Add picture to the rangevoid
Range. moveChart(SheetAnchor anchor, Chart chart)
Moves chart to new locationvoid
Range. movePicture(SheetAnchor anchor, Picture picture)
Moves picture -
Uses of SheetAnchor in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type SheetAnchor Modifier and Type Method Description Chart
RangeImpl. addChart(SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)
Picture
RangeImpl. addPicture(SheetAnchor anchor, byte[] image, Picture.Format format)
void
RangeImpl. moveChart(SheetAnchor anchor, Chart chart)
void
RangeImpl. movePicture(SheetAnchor anchor, Picture picture)
-
Uses of SheetAnchor in io.keikai.api.model
Methods in io.keikai.api.model that return SheetAnchor Modifier and Type Method Description SheetAnchor
Chart. getAnchor()
SheetAnchor
Picture. getAnchor()
-
Uses of SheetAnchor in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SheetAnchor Modifier and Type Method Description SheetAnchor
ChartImpl. getAnchor()
SheetAnchor
PictureImpl. getAnchor()
static SheetAnchor
SheetImpl. toSheetAnchor(SSheet sheet, ViewAnchor anchor)
Utility method, internal use onlyMethods in io.keikai.api.model.impl with parameters of type SheetAnchor Modifier and Type Method Description static ViewAnchor
SheetImpl. toViewAnchor(SSheet sheet, SheetAnchor anchor)
Utility method, internal use only -
Uses of SheetAnchor in io.keikai.ui.event
Methods in io.keikai.ui.event that return SheetAnchor Modifier and Type Method Description SheetAnchor
WidgetUpdateEvent. getSheetAnchor()
Constructors in io.keikai.ui.event with parameters of type SheetAnchor Constructor Description WidgetUpdateEvent(String name, org.zkoss.zk.ui.Component target, Sheet sheet, WidgetAction action, Object widgetData, SheetAnchor anchor)
-