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 AxisTickMarkDeprecated.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 TypeMethodDescriptionvoidChartAxis.setMajorTickMark(AxisTickMark tickMark) Deprecated.voidChartAxis.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 TypeMethodDescriptionvoidXSSFChartAxis.setMajorTickMark(AxisTickMark tickMark) Deprecated.voidXSSFChartAxis.setMinorTickMark(AxisTickMark tickMark) Deprecated.