Class CTWordContentPart

java.lang.Object
org.docx4j.w14.CTWordContentPart
All Implemented Interfaces:
Child

public class CTWordContentPart
extends java.lang.Object
implements Child

Java class for CT_WordContentPart complex type.

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

 <complexType name="CT_WordContentPart">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="nvContentPartPr" type="{http://schemas.microsoft.com/office/word/2010/wordml}CT_WordContentPartNonVisual" 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 name="bwMode" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_BlackWhiteMode" />
       <attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}id use="required""/>
     </restriction>
   </complexContent>
 </complexType>