| 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.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
SChart.BarDirection |
SChart.getBarDirection() |
static SChart.BarDirection |
SChart.BarDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SChart.BarDirection[] |
SChart.BarDirection.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.setBarDirection(SChart.BarDirection direction) |
| Modifier and Type | Method and Description |
|---|---|
SChart.BarDirection |
ChartImpl.getBarDirection() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChartImpl.setBarDirection(SChart.BarDirection direction) |
| Modifier and Type | Method and Description |
|---|---|
static SChart.BarDirection |
PoiEnumConversion.toBarDirection(org.zkoss.poi.ss.usermodel.charts.ChartDirection direction) |
| Modifier and Type | Method and Description |
|---|---|
static org.zkoss.poi.ss.usermodel.charts.ChartDirection |
PoiEnumConversion.toPoiBarDirection(SChart.BarDirection direction) |
Copyright © 2019. All rights reserved.