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
|
Modifier and Type | Method and Description |
---|---|
static Chart |
SheetOperationUtil.addChart(Range range,
Chart.Type type,
Chart.Grouping grouping,
Chart.LegendPosition pos)
Adds chart to range
|
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
|
Modifier and Type | Method and Description |
---|---|
void |
Range.deleteChart(Chart chart)
Deletes chart
|
static void |
SheetOperationUtil.deleteChart(Range range,
Chart chart)
Delete a chart.
|
static boolean |
SheetOperationUtil.hasChart(Range range,
Chart chart)
Determine whether the range of sheet has the chart.
|
static void |
SheetOperationUtil.moveChart(Range range,
Chart chart,
int rowIndex,
int columnIndex)
Move a chart to specified row and column.
|
void |
Range.moveChart(SheetAnchor anchor,
Chart chart)
Moves chart to new location
|
void |
Range.updateChart(Chart chart)
Notify the component that a chart has change, e.g.
|
Modifier and Type | Method and Description |
---|---|
Chart |
RangeImpl.addChart(SheetAnchor anchor,
Chart.Type type,
Chart.Grouping grouping,
Chart.LegendPosition pos) |
Modifier and Type | Method and Description |
---|---|
void |
RangeImpl.deleteChart(Chart chart) |
void |
RangeImpl.moveChart(SheetAnchor anchor,
Chart chart) |
void |
RangeImpl.updateChart(Chart chart) |
Modifier and Type | Method and Description |
---|---|
List<Chart> |
Sheet.getCharts() |
Modifier and Type | Class and Description |
---|---|
class |
ChartImpl |
Modifier and Type | Method and Description |
---|---|
List<Chart> |
SheetImpl.getCharts() |
Copyright © 2020. All rights reserved.