Class CTGvmlContentPartNonVisual

java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2010.main.CTGvmlContentPartNonVisual
All Implemented Interfaces:
Child

public class CTGvmlContentPartNonVisual extends Object implements Child

Java class for CT_GvmlContentPartNonVisual complex type.

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

 <complexType name="CT_GvmlContentPartNonVisual">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cNvPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_NonVisualDrawingProps"/>
         <element name="cNvContentPartPr" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_NonVisualInkContentPartProperties" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>