public enum STCellFormulaType extends java.lang.Enum<STCellFormulaType>
Java class for ST_CellFormulaType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_CellFormulaType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="normal"/>
<enumeration value="array"/>
<enumeration value="dataTable"/>
<enumeration value="shared"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ARRAY |
DATA_TABLE |
NORMAL |
SHARED |
| Modifier and Type | Method and Description |
|---|---|
static STCellFormulaType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static STCellFormulaType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STCellFormulaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STCellFormulaType NORMAL
public static final STCellFormulaType ARRAY
public static final STCellFormulaType DATA_TABLE
public static final STCellFormulaType SHARED
public static STCellFormulaType[] values()
for (STCellFormulaType c : STCellFormulaType.values()) System.out.println(c);
public static STCellFormulaType 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 java.lang.String value()
public static STCellFormulaType fromValue(java.lang.String v)
Copyright © 2007–2023. All rights reserved.