public enum STPivotAreaType extends Enum<STPivotAreaType>
Java class for ST_PivotAreaType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_PivotAreaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="none"/> <enumeration value="normal"/> <enumeration value="data"/> <enumeration value="all"/> <enumeration value="origin"/> <enumeration value="button"/> <enumeration value="topEnd"/> <enumeration value="topRight"/> </restriction> </simpleType>
Enum Constant and Description |
---|
ALL |
BUTTON |
DATA |
NONE |
NORMAL |
ORIGIN |
TOP_END |
TOP_RIGHT |
Modifier and Type | Method and Description |
---|---|
static STPivotAreaType |
fromValue(String v) |
String |
value() |
static STPivotAreaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STPivotAreaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STPivotAreaType NONE
public static final STPivotAreaType NORMAL
public static final STPivotAreaType DATA
public static final STPivotAreaType ALL
public static final STPivotAreaType ORIGIN
public static final STPivotAreaType BUTTON
public static final STPivotAreaType TOP_END
public static final STPivotAreaType TOP_RIGHT
public static STPivotAreaType[] values()
for (STPivotAreaType c : STPivotAreaType.values()) System.out.println(c);
public static STPivotAreaType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String value()
public static STPivotAreaType fromValue(String v)
Copyright © 2007-2019. All Rights Reserved.