Class CTGlowEffect

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

public class CTGlowEffect
extends java.lang.Object
implements Child

Java class for CT_GlowEffect complex type.

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

 <complexType name="CT_GlowEffect">
   <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="rad" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveCoordinate" default="0" />
     </restriction>
   </complexContent>
 </complexType>