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_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
  • Method Summary

    Modifier and Type Method Description
    static STPresetShadowVal fromValue​(java.lang.String v)  
    java.lang.String value()  
    static STPresetShadowVal valueOf​(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, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

  • Method Details

    • values

      public static STPresetShadowVal[] 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

      public static STPresetShadowVal valueOf​(java.lang.String name)
      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 name
      java.lang.NullPointerException - if the argument is null
    • value

      public java.lang.String value()
    • fromValue

      public static STPresetShadowVal fromValue​(java.lang.String v)