Uses of Enum Class
org.apache.poi.ss.usermodel.charts.AxisCrossBetween
Packages that use AxisCrossBetween
-
Uses of AxisCrossBetween in org.apache.poi.ss.usermodel.charts
Methods in org.apache.poi.ss.usermodel.charts that return AxisCrossBetweenModifier and TypeMethodDescriptionValueAxis.getCrossBetween()
Deprecated.static AxisCrossBetween
Deprecated.Returns the enum constant of this class with the specified name.static AxisCrossBetween[]
AxisCrossBetween.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 AxisCrossBetweenModifier and TypeMethodDescriptionvoid
ValueAxis.setCrossBetween
(AxisCrossBetween crossBetween) Deprecated. -
Uses of AxisCrossBetween in org.apache.poi.xssf.usermodel.charts
Methods in org.apache.poi.xssf.usermodel.charts that return AxisCrossBetweenMethods in org.apache.poi.xssf.usermodel.charts with parameters of type AxisCrossBetweenModifier and TypeMethodDescriptionvoid
XSSFValueAxis.setCrossBetween
(AxisCrossBetween crossBetween) Deprecated.