|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AxisOrientation | |
---|---|
org.apache.poi.ss.usermodel.charts | |
org.apache.poi.xssf.usermodel.charts |
Uses of AxisOrientation in org.apache.poi.ss.usermodel.charts |
---|
Methods in org.apache.poi.ss.usermodel.charts that return AxisOrientation | |
---|---|
AxisOrientation |
ChartAxis.getOrientation()
|
static AxisOrientation |
AxisOrientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AxisOrientation[] |
AxisOrientation.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 AxisOrientation | |
---|---|
void |
ChartAxis.setOrientation(AxisOrientation orientation)
|
Uses of AxisOrientation in org.apache.poi.xssf.usermodel.charts |
---|
Methods in org.apache.poi.xssf.usermodel.charts that return AxisOrientation | |
---|---|
AxisOrientation |
XSSFChartAxis.getOrientation()
|
Methods in org.apache.poi.xssf.usermodel.charts with parameters of type AxisOrientation | |
---|---|
void |
XSSFChartAxis.setOrientation(AxisOrientation orientation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |