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 SheetAnchorSheetOperationUtil. toChartAnchor(Range range)Create a anchor by range's row/column datastatic SheetAnchorSheetOperationUtil. toFilledAnchor(Sheet sheet, int row, int column, int widthPx, int heightPx)return aSheetAnchorbased on a cell and a picture width and heightMethods in io.keikai.api with parameters of type SheetAnchor Modifier and Type Method Description ChartRange. addChart(SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)Adds chart to sheetstatic ChartSheetOperationUtil. addChart(Range range, SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)Adds a chart at the specified locationPictureRange. addPicture(SheetAnchor anchor, byte[] image, Picture.Format format)Adds picture to sheetstatic PictureSheetOperationUtil. addPicture(Range range, SheetAnchor anchor, byte[] binary, Picture.Format format)Add picture to the rangevoidRange. moveChart(SheetAnchor anchor, Chart chart)Moves chart to new locationvoidRange. 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 ChartRangeImpl. addChart(SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)PictureRangeImpl. addPicture(SheetAnchor anchor, byte[] image, Picture.Format format)voidRangeImpl. moveChart(SheetAnchor anchor, Chart chart)voidRangeImpl. 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 SheetAnchorChart. getAnchor()SheetAnchorPicture. 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 SheetAnchorChartImpl. getAnchor()SheetAnchorPictureImpl. getAnchor()static SheetAnchorSheetImpl. 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 ViewAnchorSheetImpl. 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 SheetAnchorWidgetUpdateEvent. 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)
-