Package | Description |
---|---|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
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.ChartType |
EnumUtil.toChartType(Chart.Type type) |
Modifier and Type | Method and Description |
---|---|
SChart.ChartType |
SChart.getType() |
static SChart.ChartType |
SChart.ChartType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SChart.ChartType[] |
SChart.ChartType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SChart |
SSheet.addChart(SChart.ChartType type,
ViewAnchor anchor) |
Modifier and Type | Method and Description |
---|---|
SChart.ChartType |
ChartImpl.getType() |
Modifier and Type | Method and Description |
---|---|
SChart |
SheetImpl.addChart(SChart.ChartType type,
ViewAnchor anchor) |
Constructor and Description |
---|
ChartImpl(AbstractSheetAdv sheet,
String id,
SChart.ChartType type,
ViewAnchor anchor) |
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 |
---|---|
protected SChart.ChartType |
ExcelXlsImporter.convertChartType(HSSFChart hssfChart)
refer to 2.2.3.7 Chart Group
|
Copyright © 2020. All rights reserved.