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.keikaiex.ui.impl.ua |
Classes that doing system user action control on Keikai Spreadsheet UI Components.
|
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 |
---|---|
Chart |
RangeImpl.addChart(SheetAnchor anchor,
Chart.Type type,
Chart.Grouping grouping,
Chart.LegendPosition pos) |
Modifier and Type | Method and Description |
---|---|
static Chart.Type |
Chart.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Chart.Type[] |
Chart.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
EnumUtil.isThreeDimentionalChart(Chart.Type type) |
static SChart.ChartType |
EnumUtil.toChartType(Chart.Type type) |
Modifier and Type | Field and Description |
---|---|
protected Chart.Type |
InsertChartHandler.type |
Constructor and Description |
---|
InsertChartHandler(Chart.Type type,
Chart.Grouping grouping,
Chart.LegendPosition pos) |
Copyright © 2020. All rights reserved.