public enum STPresetShadowVal extends Enum<STPresetShadowVal>
Java class for ST_PresetShadowVal.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_PresetShadowVal"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="shdw1"/> <enumeration value="shdw2"/> <enumeration value="shdw3"/> <enumeration value="shdw4"/> <enumeration value="shdw5"/> <enumeration value="shdw6"/> <enumeration value="shdw7"/> <enumeration value="shdw8"/> <enumeration value="shdw9"/> <enumeration value="shdw10"/> <enumeration value="shdw11"/> <enumeration value="shdw12"/> <enumeration value="shdw13"/> <enumeration value="shdw14"/> <enumeration value="shdw15"/> <enumeration value="shdw16"/> <enumeration value="shdw17"/> <enumeration value="shdw18"/> <enumeration value="shdw19"/> <enumeration value="shdw20"/> </restriction> </simpleType>
Enum Constant and Description |
---|
SHDW_1
Top Left Drop Shadow
|
SHDW_10
Top Left Large Drop Shadow
|
SHDW_11
Back Left Long Perspective Shadow
|
SHDW_12
Back Right Long Perspective Shadow
|
SHDW_13
Top Left Double Drop Shadow
|
SHDW_14
Bottom Right Small Drop Shadow
|
SHDW_15
Front Left Long Perspective Shadow
|
SHDW_16
Front Right LongPerspective Shadow
|
SHDW_17
3D Outer Box Shadow
|
SHDW_18
3D Inner Box Shadow
|
SHDW_19
Back Center Perspective Shadow
|
SHDW_2
Top Right Drop Shadow
|
SHDW_20
Front Bottom Shadow
|
SHDW_3
Back Left Perspective Shadow
|
SHDW_4
Back Right Perspective Shadow
|
SHDW_5
Bottom Left Drop Shadow
|
SHDW_6
Bottom Right Drop Shadow
|
SHDW_7
Front Left Perspective Shadow
|
SHDW_8
Front Right Perspective Shadow
|
SHDW_9
Top Left Small Drop Shadow
|
Modifier and Type | Method and Description |
---|---|
static STPresetShadowVal |
fromValue(String v) |
String |
value() |
static STPresetShadowVal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STPresetShadowVal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STPresetShadowVal SHDW_1
public static final STPresetShadowVal SHDW_2
public static final STPresetShadowVal SHDW_3
public static final STPresetShadowVal SHDW_4
public static final STPresetShadowVal SHDW_5
public static final STPresetShadowVal SHDW_6
public static final STPresetShadowVal SHDW_7
public static final STPresetShadowVal SHDW_8
public static final STPresetShadowVal SHDW_9
public static final STPresetShadowVal SHDW_10
public static final STPresetShadowVal SHDW_11
public static final STPresetShadowVal SHDW_12
public static final STPresetShadowVal SHDW_13
public static final STPresetShadowVal SHDW_14
public static final STPresetShadowVal SHDW_15
public static final STPresetShadowVal SHDW_16
public static final STPresetShadowVal SHDW_17
public static final STPresetShadowVal SHDW_18
public static final STPresetShadowVal SHDW_19
public static final STPresetShadowVal SHDW_20
public static STPresetShadowVal[] values()
for (STPresetShadowVal c : STPresetShadowVal.values()) System.out.println(c);
public static STPresetShadowVal 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 STPresetShadowVal fromValue(String v)
Copyright © 2007-2019. All Rights Reserved.