public enum STEditAs extends Enum<STEditAs>
Java class for ST_EditAs.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_EditAs"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="twoCell"/> <enumeration value="oneCell"/> <enumeration value="absolute"/> </restriction> </simpleType>
Enum Constant and Description |
---|
ABSOLUTE
Do Not Move or Resize With Underlying Rows/Columns
|
ONE_CELL
Move With Cells but Do Not Resize
|
TWO_CELL
Move and Resize With Anchor Cells
|
Modifier and Type | Method and Description |
---|---|
static STEditAs |
fromValue(String v) |
String |
value() |
static STEditAs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STEditAs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STEditAs TWO_CELL
public static final STEditAs ONE_CELL
public static final STEditAs ABSOLUTE
public static STEditAs[] values()
for (STEditAs c : STEditAs.values()) System.out.println(c);
public static STEditAs 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()
Copyright © 2007-2019. All Rights Reserved.