Uses of Enum Class
org.apache.poi.ss.usermodel.charts.AxisOrientation
Packages that use AxisOrientation
-
Uses of AxisOrientation in org.apache.poi.ss.usermodel.charts
Methods in org.apache.poi.ss.usermodel.charts that return AxisOrientationModifier and TypeMethodDescriptionChartAxis.getOrientation()
Deprecated.static AxisOrientation
Deprecated.Returns the enum constant of this class with the specified name.static AxisOrientation[]
AxisOrientation.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.ss.usermodel.charts with parameters of type AxisOrientationModifier and TypeMethodDescriptionvoid
ChartAxis.setOrientation
(AxisOrientation orientation) Deprecated. -
Uses of AxisOrientation in org.apache.poi.xssf.usermodel.charts
Methods in org.apache.poi.xssf.usermodel.charts that return AxisOrientationMethods in org.apache.poi.xssf.usermodel.charts with parameters of type AxisOrientationModifier and TypeMethodDescriptionvoid
XSSFChartAxis.setOrientation
(AxisOrientation orientation) Deprecated.