| 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 LegendPosition |
PoiEnumConversion.toPoiLegendPosition(SChart.ChartLegendPosition position) |
| Modifier and Type | Method and Description |
|---|---|
static SChart.ChartLegendPosition |
PoiEnumConversion.toLengendPosition(LegendPosition position) |
| Modifier and Type | Method and Description |
|---|---|
LegendPosition |
ChartLegend.getPosition() |
static LegendPosition |
LegendPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LegendPosition[] |
LegendPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChartLegend.setPosition(LegendPosition position) |
| Modifier and Type | Method and Description |
|---|---|
LegendPosition |
XSSFChartLegend.getPosition() |
| Modifier and Type | Method and Description |
|---|---|
void |
XSSFChartLegend.setPosition(LegendPosition position) |
Copyright © 2020. All rights reserved.