Uses of Class
io.keikai.api.SheetAnchor
Packages that use SheetAnchor
Package
Description
Keikai Spreadsheet API classes.
Keikai Spreadsheet API implementation classes, internal use only
Keikai Spreadsheet Model API classes.
Keikai Spreadsheet Model API implementation classes, Internal use only
Events of Keikai Spreadsheet UI Component.
-
Uses of SheetAnchor in io.keikai.api
Methods in io.keikai.api that return SheetAnchorModifier and TypeMethodDescriptionstatic 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 SheetAnchorModifier and TypeMethodDescriptionRange.addChart(SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos) Adds chart to sheetRange.addChart(String name, 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 locationstatic ChartSheetOperationUtil.addChart(String name, Range range, SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos) Adds a chart at the specified locationRange.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 SheetAnchorModifier and TypeMethodDescriptionRangeImpl.addChart(SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos) RangeImpl.addChart(String name, SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos) RangeImpl.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 -
Uses of SheetAnchor in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SheetAnchorModifier and TypeMethodDescriptionChartImpl.getAnchor()PictureImpl.getAnchor()static SheetAnchorSheetImpl.toSheetAnchor(SSheet sheet, ViewAnchor anchor) Utility method, internal use onlyMethods in io.keikai.api.model.impl with parameters of type SheetAnchorModifier and TypeMethodDescriptionstatic 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 SheetAnchorConstructors in io.keikai.ui.event with parameters of type SheetAnchorModifierConstructorDescriptionWidgetUpdateEvent(String name, org.zkoss.zk.ui.Component target, Sheet sheet, WidgetAction action, Object widgetData, SheetAnchor anchor)