| Package | Description |
|---|---|
| org.zkoss.zss.model |
ZK Spreadsheet Internal Book Model classes.
|
| org.zkoss.zss.model.impl |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.zss.range |
ZK Spreadsheet Internal Range API classes.
|
| org.zkoss.zss.range.impl |
ZK Spreadsheet Internal Range API Implementation classes.
|
| org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
| 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(org.zkoss.poi.ss.usermodel.charts.ChartGrouping grouping) |
| Modifier and Type | Method and Description |
|---|---|
static org.zkoss.poi.ss.usermodel.charts.ChartGrouping |
PoiEnumConversion.toPoiGrouping(SChart.ChartGrouping grouping) |
Copyright © 2019. All rights reserved.