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

public class CTContentPart extends Object implements Child

Java class for CT_ContentPart complex type.

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

 <complexType name="CT_ContentPart">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="nvContentPartPr" type="{http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing}CT_ContentPartNonVisual" minOccurs="0"/>
         <element name="nvPr" type="{http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing}CT_ApplicationNonVisualDrawingProps" minOccurs="0"/>
         <element name="xfrm" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Transform2D" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
       </sequence>
       <attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}id use="required""/>
       <attribute name="bwMode" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_BlackWhiteMode" default="auto" />
     </restriction>
   </complexContent>
 </complexType>