Package | Description |
---|---|
io.keikai.model |
Keikai Spreadsheet Internal Book Model classes.
|
io.keikai.model.impl |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
io.keikai.range.impl.imexp |
Keikai 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(ChartDirection direction) |
Modifier and Type | Method and Description |
---|---|
static ChartDirection |
PoiEnumConversion.toPoiBarDirection(SChart.BarDirection direction) |
Copyright © 2020. All rights reserved.