java.lang.Object
org.xlsx4j.schemas.microsoft.com.office.excel.x2010.spreadsheetDrawing.CTContentPartNonVisual
All Implemented Interfaces:
Child

public class CTContentPartNonVisual extends Object implements Child

Java class for CT_ContentPartNonVisual complex type.

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

 <complexType name="CT_ContentPartNonVisual">
   <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>