Package | Description |
---|---|
org.zkoss.poi.ss.usermodel.charts | |
org.zkoss.poi.xssf.usermodel.charts | |
org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
LegendPosition |
ChartLegend.getPosition() |
static LegendPosition |
LegendPosition.valueOf(java.lang.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) |
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) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.