Class CTNonVisualGroupDrawingShapeProps

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

public class CTNonVisualGroupDrawingShapeProps
extends java.lang.Object
implements Child

Java class for CT_NonVisualGroupDrawingShapeProps complex type.

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

 <complexType name="CT_NonVisualGroupDrawingShapeProps">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="grpSpLocks" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_GroupLocking" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>