Package | Description |
---|---|
io.keikai.api |
Keikai Spreadsheet API classes.
|
io.keikai.api.impl |
Keikai Spreadsheet API implementation classes, internal use only
|
io.keikai.api.model |
Keikai Spreadsheet Model API classes.
|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
io.keikai.ui.event |
Events of Keikai Spreadsheet UI Component.
|
Modifier and Type | Method and Description |
---|---|
static SheetAnchor |
SheetOperationUtil.toChartAnchor(Range range)
Create a anchor by range's row/column data
|
static SheetAnchor |
SheetOperationUtil.toFilledAnchor(Sheet sheet,
int row,
int column,
int widthPx,
int heightPx)
return a
SheetAnchor based on a cell and a picture width and height |
Modifier and Type | Method and Description |
---|---|
static Chart |
SheetOperationUtil.addChart(Range range,
SheetAnchor anchor,
Chart.Type type,
Chart.Grouping grouping,
Chart.LegendPosition pos)
Adds chart to range
|
Chart |
Range.addChart(SheetAnchor anchor,
Chart.Type type,
Chart.Grouping grouping,
Chart.LegendPosition pos)
Adds chart to sheet
|
static Picture |
SheetOperationUtil.addPicture(Range range,
SheetAnchor anchor,
byte[] binary,
Picture.Format format)
Add picture to the range
|
Picture |
Range.addPicture(SheetAnchor anchor,
byte[] image,
Picture.Format format)
Adds picture to sheet
|
void |
Range.moveChart(SheetAnchor anchor,
Chart chart)
Moves chart to new location
|
void |
Range.movePicture(SheetAnchor anchor,
Picture picture)
Moves picture
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
SheetAnchor |
Picture.getAnchor() |
SheetAnchor |
Chart.getAnchor() |
Modifier and Type | Method and Description |
---|---|
SheetAnchor |
PictureImpl.getAnchor() |
SheetAnchor |
ChartImpl.getAnchor() |
static SheetAnchor |
SheetImpl.toSheetAnchor(SSheet sheet,
ViewAnchor anchor)
Utility method, internal use only
|
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 |
---|---|
SheetAnchor |
WidgetUpdateEvent.getSheetAnchor() |
Constructor and Description |
---|
WidgetUpdateEvent(String name,
org.zkoss.zk.ui.Component target,
Sheet sheet,
WidgetAction action,
Object widgetData,
SheetAnchor anchor) |
Copyright © 2020. All rights reserved.