Package org.docx4j.dml
Enum STPresetShadowVal
- All Implemented Interfaces:
Serializable,Comparable<STPresetShadowVal>,java.lang.constant.Constable
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>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionTop Left Drop ShadowTop Left Large Drop ShadowBack Left Long Perspective ShadowBack Right Long Perspective ShadowTop Left Double Drop ShadowBottom Right Small Drop ShadowFront Left Long Perspective ShadowFront Right LongPerspective Shadow3D Outer Box Shadow3D Inner Box ShadowBack Center Perspective ShadowTop Right Drop ShadowFront Bottom ShadowBack Left Perspective ShadowBack Right Perspective ShadowBottom Left Drop ShadowBottom Right Drop ShadowFront Left Perspective ShadowFront Right Perspective ShadowTop Left Small Drop Shadow -
Method Summary
Modifier and TypeMethodDescriptionstatic STPresetShadowValvalue()static STPresetShadowValReturns 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.
-
Enum Constant Details
-
SHDW_1
Top Left Drop Shadow -
SHDW_2
Top Right Drop 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 -
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_20
Front Bottom Shadow
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
value
-
fromValue
-