Package | Description |
---|---|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
io.keikai.importer | |
io.keikai.model |
Keikai Spreadsheet Internal Book Model classes.
|
io.keikai.model.impl |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
io.keikai.range |
Keikai Spreadsheet Internal Range API classes.
|
io.keikai.range.impl |
Keikai Spreadsheet Internal Range API Implementation classes.
|
io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
static SChart.ChartGrouping |
EnumUtil.toChartGrouping(Chart.Grouping grouping) |
Modifier and Type | Method and Description |
---|---|
SChart.ChartGrouping |
XlsxImporter.toChartGrouping(String grouping) |
Modifier and Type | Method and Description |
---|---|
SChart.ChartGrouping |
SChart.getGrouping() |
static SChart.ChartGrouping |
SChart.ChartGrouping.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SChart.ChartGrouping[] |
SChart.ChartGrouping.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SChart.setGrouping(SChart.ChartGrouping grouping) |
Modifier and Type | Method and Description |
---|---|
SChart.ChartGrouping |
ChartImpl.getGrouping() |
Modifier and Type | Method and Description |
---|---|
void |
ChartImpl.setGrouping(SChart.ChartGrouping grouping) |
Modifier and Type | Method and Description |
---|---|
SChart |
SRange.addChart(ViewAnchor anchor,
SChart.ChartType type,
SChart.ChartGrouping grouping,
SChart.ChartLegendPosition pos,
boolean isThreeD)
Add a chart into the sheet of this Range
|
Modifier and Type | Method and Description |
---|---|
SChart |
RangeImpl.addChart(ViewAnchor anchor,
SChart.ChartType type,
SChart.ChartGrouping grouping,
SChart.ChartLegendPosition pos,
boolean isThreeD) |
Modifier and Type | Method and Description |
---|---|
static SChart.ChartGrouping |
PoiEnumConversion.toChartGrouping(ChartGrouping grouping) |
Modifier and Type | Method and Description |
---|---|
static ChartGrouping |
PoiEnumConversion.toPoiGrouping(SChart.ChartGrouping grouping) |
Copyright © 2020. All rights reserved.