Package | Description |
---|---|
io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
org.zkoss.poi.ss.usermodel.charts | |
org.zkoss.poi.xssf.usermodel.charts |
Modifier and Type | Method and Description |
---|---|
static ChartDirection |
PoiEnumConversion.toPoiBarDirection(SChart.BarDirection direction) |
Modifier and Type | Method and Description |
---|---|
static SChart.BarDirection |
PoiEnumConversion.toBarDirection(ChartDirection direction) |
Modifier and Type | Method and Description |
---|---|
static ChartDirection |
ChartDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartDirection[] |
ChartDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ChartDirection |
XSSFBarChartData.getBarDirection() |
ChartDirection |
XSSFBar3DChartData.getBarDirection() |
Modifier and Type | Method and Description |
---|---|
void |
XSSFBarChartData.setBarDirection(ChartDirection barDir) |
void |
XSSFBar3DChartData.setBarDirection(ChartDirection barDir) |
Copyright © 2020. All rights reserved.