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 AxisTickLabelPositionXDDFChartAxis. getTickLabelPosition()static AxisTickLabelPositionAxisTickLabelPosition. valueOf(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.Methods in org.apache.poi.xddf.usermodel.chart with parameters of type AxisTickLabelPosition Modifier and Type Method Description voidXDDFChartAxis. setTickLabelPosition(AxisTickLabelPosition labelPosition)
-