Package org.docx4j.dml
Enum STPresetShadowVal
java.lang.Object
java.lang.Enum<STPresetShadowVal>
org.docx4j.dml.STPresetShadowVal
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<STPresetShadowVal>,java.lang.constant.Constable
public enum STPresetShadowVal extends java.lang.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>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description SHDW_1Top Left Drop ShadowSHDW_10Top Left Large Drop ShadowSHDW_11Back Left Long Perspective ShadowSHDW_12Back Right Long Perspective ShadowSHDW_13Top Left Double Drop ShadowSHDW_14Bottom Right Small Drop ShadowSHDW_15Front Left Long Perspective ShadowSHDW_16Front Right LongPerspective ShadowSHDW_173D Outer Box ShadowSHDW_183D Inner Box ShadowSHDW_19Back Center Perspective ShadowSHDW_2Top Right Drop ShadowSHDW_20Front Bottom ShadowSHDW_3Back Left Perspective ShadowSHDW_4Back Right Perspective ShadowSHDW_5Bottom Left Drop ShadowSHDW_6Bottom Right Drop ShadowSHDW_7Front Left Perspective ShadowSHDW_8Front Right Perspective ShadowSHDW_9Top Left Small Drop Shadow -
Method Summary
Modifier and Type Method Description static STPresetShadowValfromValue(java.lang.String v)java.lang.Stringvalue()static STPresetShadowValvalueOf(java.lang.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.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
value
public java.lang.String value() -
fromValue
-