Uses of Class
org.apache.poi.xddf.usermodel.chart.AxisLabelAlignment
-
Packages that use AxisLabelAlignment Package Description org.apache.poi.xddf.usermodel.chart -
-
Uses of AxisLabelAlignment in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return AxisLabelAlignment Modifier and Type Method Description AxisLabelAlignmentXDDFCategoryAxis. getLabelAlignment()static AxisLabelAlignmentAxisLabelAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static AxisLabelAlignment[]AxisLabelAlignment. 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 AxisLabelAlignment Modifier and Type Method Description voidXDDFCategoryAxis. setLabelAlignment(AxisLabelAlignment labelAlignment)
-