public static enum HSSFChart.HSSFChartType extends java.lang.Enum<HSSFChart.HSSFChartType>
Enum Constant and Description |
---|
Area |
Bar |
Line |
Pie |
Scatter |
Unknown |
Modifier and Type | Method and Description |
---|---|
abstract short |
getSid() |
static HSSFChart.HSSFChartType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HSSFChart.HSSFChartType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HSSFChart.HSSFChartType Area
public static final HSSFChart.HSSFChartType Bar
public static final HSSFChart.HSSFChartType Line
public static final HSSFChart.HSSFChartType Pie
public static final HSSFChart.HSSFChartType Scatter
public static final HSSFChart.HSSFChartType Unknown
public static HSSFChart.HSSFChartType[] values()
for (HSSFChart.HSSFChartType c : HSSFChart.HSSFChartType.values()) System.out.println(c);
public static HSSFChart.HSSFChartType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic abstract short getSid()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.