Uses of Enum Class
org.apache.poi.ss.usermodel.charts.AxisPosition
Packages that use AxisPosition
Package
Description
-
Uses of AxisPosition in org.apache.poi.ss.usermodel.charts
Methods in org.apache.poi.ss.usermodel.charts that return AxisPositionModifier and TypeMethodDescriptionChartAxis.getPosition()
Deprecated.static AxisPosition
Deprecated.Returns the enum constant of this class with the specified name.static AxisPosition[]
AxisPosition.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 AxisPositionModifier and TypeMethodDescriptionChartAxisFactory.createCategoryAxis
(AxisPosition pos) Deprecated.ChartAxisFactory.createDateAxis
(AxisPosition pos) Deprecated.ChartAxisFactory.createValueAxis
(AxisPosition pos) Deprecated.void
ChartAxis.setPosition
(AxisPosition position) Deprecated. -
Uses of AxisPosition in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel with parameters of type AxisPositionModifier and TypeMethodDescriptionXSSFChart.createCategoryAxis
(AxisPosition pos) Deprecated.XSSFChart.createDateAxis
(AxisPosition pos) Deprecated.XSSFChart.createValueAxis
(AxisPosition pos) Deprecated. -
Uses of AxisPosition in org.apache.poi.xssf.usermodel.charts
Methods in org.apache.poi.xssf.usermodel.charts that return AxisPositionMethods in org.apache.poi.xssf.usermodel.charts with parameters of type AxisPositionModifier and TypeMethodDescriptionvoid
XSSFChartAxis.setPosition
(AxisPosition position) Deprecated.Constructors in org.apache.poi.xssf.usermodel.charts with parameters of type AxisPositionModifierConstructorDescriptionXSSFCategoryAxis
(XSSFChart chart, long id, AxisPosition pos) Deprecated.XSSFDateAxis
(XSSFChart chart, long id, AxisPosition pos) Deprecated.XSSFValueAxis
(XSSFChart chart, long id, AxisPosition pos) Deprecated.