Class XDDFCategoryAxisHelper
- java.lang.Object
-
- org.apache.poi.xddf.usermodel.chart.XDDFCategoryAxisHelper
-
public class XDDFCategoryAxisHelper extends Object
A helper class to accessXDDFCategoryAxis
's APIs- Author:
- jumperchen
-
-
Constructor Summary
Constructors Constructor Description XDDFCategoryAxisHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
setDelete(org.apache.poi.xddf.usermodel.chart.XDDFCategoryAxis axis, boolean delete)
static void
setId(org.apache.poi.xddf.usermodel.chart.XDDFCategoryAxis axis, long id)
static void
setLabelAlignment(org.apache.poi.xddf.usermodel.chart.XDDFCategoryAxis axis, org.apache.poi.xddf.usermodel.chart.AxisLabelAlignment alignment)
static void
setLabelOffset(org.apache.poi.xddf.usermodel.chart.XDDFCategoryAxis axis, int labelOffset)
static void
setMajorGridline(org.apache.poi.xddf.usermodel.chart.XDDFCategoryAxis axis, boolean majorGridline)
-
-
-
Method Detail
-
setId
public static void setId(org.apache.poi.xddf.usermodel.chart.XDDFCategoryAxis axis, long id)
-
setDelete
public static void setDelete(org.apache.poi.xddf.usermodel.chart.XDDFCategoryAxis axis, boolean delete)
-
setMajorGridline
public static void setMajorGridline(org.apache.poi.xddf.usermodel.chart.XDDFCategoryAxis axis, boolean majorGridline)
-
setLabelAlignment
public static void setLabelAlignment(org.apache.poi.xddf.usermodel.chart.XDDFCategoryAxis axis, org.apache.poi.xddf.usermodel.chart.AxisLabelAlignment alignment)
-
setLabelOffset
public static void setLabelOffset(org.apache.poi.xddf.usermodel.chart.XDDFCategoryAxis axis, int labelOffset)
-
-