Class CTGvmlTextShape

java.lang.Object
org.docx4j.dml.CTGvmlTextShape
All Implemented Interfaces:
Child

public class CTGvmlTextShape
extends java.lang.Object
implements Child

Java class for CT_GvmlTextShape complex type.

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

 <complexType name="CT_GvmlTextShape">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="txBody" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextBody"/>
         <choice>
           <element name="useSpRect" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_GvmlUseShapeRectangle"/>
           <element name="xfrm" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Transform2D"/>
         </choice>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>