Uses of Class
org.apache.poi.xddf.usermodel.chart.AxisTickLabelPosition
-
Packages that use AxisTickLabelPosition Package Description org.apache.poi.xddf.usermodel.chart -
-
Uses of AxisTickLabelPosition in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return AxisTickLabelPosition Modifier and Type Method Description static AxisTickLabelPosition
AxisTickLabelPosition. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AxisTickLabelPosition[]
AxisTickLabelPosition. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-