Uses of Enum Class
org.apache.poi.ss.usermodel.charts.AxisTickMark
Packages that use AxisTickMark
-
Uses of AxisTickMark in org.apache.poi.ss.usermodel.charts
Methods in org.apache.poi.ss.usermodel.charts that return AxisTickMarkModifier and TypeMethodDescriptionChartAxis.getMajorTickMark()
Deprecated.ChartAxis.getMinorTickMark()
Deprecated.static AxisTickMark
Deprecated.Returns the enum constant of this class with the specified name.static AxisTickMark[]
AxisTickMark.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 AxisTickMarkModifier and TypeMethodDescriptionvoid
ChartAxis.setMajorTickMark
(AxisTickMark tickMark) Deprecated.void
ChartAxis.setMinorTickMark
(AxisTickMark tickMark) Deprecated. -
Uses of AxisTickMark in org.apache.poi.xssf.usermodel.charts
Methods in org.apache.poi.xssf.usermodel.charts that return AxisTickMarkModifier and TypeMethodDescriptionXSSFChartAxis.getMajorTickMark()
Deprecated.XSSFChartAxis.getMinorTickMark()
Deprecated.Methods in org.apache.poi.xssf.usermodel.charts with parameters of type AxisTickMarkModifier and TypeMethodDescriptionvoid
XSSFChartAxis.setMajorTickMark
(AxisTickMark tickMark) Deprecated.void
XSSFChartAxis.setMinorTickMark
(AxisTickMark tickMark) Deprecated.