Class XDDFCategoryAxisHelper


  • public class XDDFCategoryAxisHelper
    extends Object
    A helper class to access XDDFCategoryAxis's APIs
    Author:
    jumperchen
    • Constructor Detail

      • XDDFCategoryAxisHelper

        public XDDFCategoryAxisHelper()
    • 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)