Uses of Class
org.apache.poi.ss.usermodel.charts.AxisTickMark
-
Packages that use AxisTickMark Package Description org.apache.poi.ss.usermodel.charts org.apache.poi.xssf.usermodel.charts -
-
Uses of AxisTickMark in org.apache.poi.ss.usermodel.charts
Methods in org.apache.poi.ss.usermodel.charts that return AxisTickMark Modifier and Type Method Description AxisTickMarkChartAxis. getMajorTickMark()Deprecated.AxisTickMarkChartAxis. getMinorTickMark()Deprecated.static AxisTickMarkAxisTickMark. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static AxisTickMark[]AxisTickMark. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.ss.usermodel.charts with parameters of type AxisTickMark Modifier and Type Method Description voidChartAxis. 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 AxisTickMark Modifier and Type Method Description AxisTickMarkXSSFChartAxis. getMajorTickMark()Deprecated.AxisTickMarkXSSFChartAxis. getMinorTickMark()Deprecated.Methods in org.apache.poi.xssf.usermodel.charts with parameters of type AxisTickMark Modifier and Type Method Description voidXSSFChartAxis. setMajorTickMark(AxisTickMark tickMark)Deprecated.voidXSSFChartAxis. setMinorTickMark(AxisTickMark tickMark)Deprecated.
-