|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LegendPosition | |
---|---|
org.apache.poi.ss.usermodel.charts | |
org.apache.poi.xssf.usermodel.charts |
Uses of LegendPosition in org.apache.poi.ss.usermodel.charts |
---|
Methods in org.apache.poi.ss.usermodel.charts that return LegendPosition | |
---|---|
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. |
Methods in org.apache.poi.ss.usermodel.charts with parameters of type LegendPosition | |
---|---|
void |
ChartLegend.setPosition(LegendPosition position)
|
Uses of LegendPosition in org.apache.poi.xssf.usermodel.charts |
---|
Methods in org.apache.poi.xssf.usermodel.charts that return LegendPosition | |
---|---|
LegendPosition |
XSSFChartLegend.getPosition()
|
Methods in org.apache.poi.xssf.usermodel.charts with parameters of type LegendPosition | |
---|---|
void |
XSSFChartLegend.setPosition(LegendPosition position)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |