Class CTEffectContainer

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

public class CTEffectContainer extends Object implements Child

Java class for CT_EffectContainer complex type.

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

 <complexType name="CT_EffectContainer">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_Effect" maxOccurs="unbounded" minOccurs="0"/>
       <attribute name="type" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_EffectContainerType" default="sib" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}token" />
     </restriction>
   </complexContent>
 </complexType>