Class CTPresetShadowEffect

java.lang.Object
org.docx4j.dml.CTPresetShadowEffect
All Implemented Interfaces:
Child

public class CTPresetShadowEffect
extends java.lang.Object
implements Child

Java class for CT_PresetShadowEffect complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_PresetShadowEffect">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_ColorChoice"/>
       </sequence>
       <attribute name="prst" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PresetShadowVal" />
       <attribute name="dist" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveCoordinate" default="0" />
       <attribute name="dir" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedAngle" default="0" />
     </restriction>
   </complexContent>
 </complexType>