java.lang.Object
org.docx4j.com.microsoft.schemas.office.word.x2010.wordprocessingCanvas.CTWordprocessingCanvas
All Implemented Interfaces:
Child

public class CTWordprocessingCanvas
extends java.lang.Object
implements Child

Java class for CT_WordprocessingCanvas complex type.

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

 <complexType name="CT_WordprocessingCanvas">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="bg" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_BackgroundFormatting" minOccurs="0"/>
         <element name="whole" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_WholeE2oFormatting" minOccurs="0"/>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element ref="{http://schemas.microsoft.com/office/word/2010/wordprocessingShape}wsp"/>
           <element ref="{http://schemas.openxmlformats.org/drawingml/2006/picture}pic"/>
           <element ref="{http://schemas.microsoft.com/office/word/2010/wordml}contentPart"/>
           <element ref="{http://schemas.microsoft.com/office/word/2010/wordprocessingGroup}wgp"/>
           <element name="graphicFrame" type="{http://schemas.microsoft.com/office/word/2010/wordprocessingGroup}CT_GraphicFrame"/>
         </choice>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>