public enum STEditAs extends java.lang.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(java.lang.String v) |
java.lang.String |
value() |
static STEditAs |
valueOf(java.lang.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(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 STEditAs fromValue(java.lang.String v)
Copyright © 2007–2023. All rights reserved.