Uses of Class
org.apache.poi.xddf.usermodel.chart.XDDFDateAxisHelper.TimeUnit
-
Packages that use XDDFDateAxisHelper.TimeUnit Package Description io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes.org.apache.poi.xddf.usermodel.chart -
-
Uses of XDDFDateAxisHelper.TimeUnit in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return XDDFDateAxisHelper.TimeUnit Modifier and Type Method Description static XDDFDateAxisHelper.TimeUnit
PoiEnumConversion. toPoiTimeUnit(DateAxisImpl.TimeUnit timeUnit)
-
Uses of XDDFDateAxisHelper.TimeUnit in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return XDDFDateAxisHelper.TimeUnit Modifier and Type Method Description static XDDFDateAxisHelper.TimeUnit
XDDFDateAxisHelper.TimeUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static XDDFDateAxisHelper.TimeUnit[]
XDDFDateAxisHelper.TimeUnit. 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 XDDFDateAxisHelper.TimeUnit Modifier and Type Method Description static void
XDDFDateAxisHelper. setBaseTimeUnit(org.apache.poi.xddf.usermodel.chart.XDDFDateAxis axis, XDDFDateAxisHelper.TimeUnit timeUnit)
static void
XDDFDateAxisHelper. setMajorTimeUnit(org.apache.poi.xddf.usermodel.chart.XDDFDateAxis axis, XDDFDateAxisHelper.TimeUnit timeUnit)
static void
XDDFDateAxisHelper. setMinorTimeUnit(org.apache.poi.xddf.usermodel.chart.XDDFDateAxis axis, XDDFDateAxisHelper.TimeUnit timeUnit)
-