| 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.ChartLegendPosition |
SChart.getLegendPosition() |
static SChart.ChartLegendPosition |
SChart.ChartLegendPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SChart.ChartLegendPosition[] |
SChart.ChartLegendPosition.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.setLegendPosition(SChart.ChartLegendPosition pos) |
| Modifier and Type | Method and Description |
|---|---|
SChart.ChartLegendPosition |
ChartImpl.getLegendPosition() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChartImpl.setLegendPosition(SChart.ChartLegendPosition pos) |
| 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.ChartLegendPosition |
PoiEnumConversion.toLengendPosition(org.zkoss.poi.ss.usermodel.charts.LegendPosition position) |
| Modifier and Type | Method and Description |
|---|---|
static org.zkoss.poi.ss.usermodel.charts.LegendPosition |
PoiEnumConversion.toPoiLegendPosition(SChart.ChartLegendPosition position) |
Copyright © 2019. All rights reserved.