2.4.10.2.2 CT_ShapeText

Referenced by: CT_ShapeTextBinding_Page

The CT_ShapeText complex type specifies information about the text element data graphic for a shape.

Child Elements:

TextRun : A CT_TextRun element.

Attributes:

Name :  An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the identifier of the corresponding text element data graphic in the ShapeGraphic Part. It MUST be unique amongst all the Name attributes of the CT_ShapeText elements in this XML part.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_ShapeText">
   <xsd:sequence>
     <xsd:element name="TextRun" minOccurs="1" maxOccurs="1" type="CT_TextRun"/>
   </xsd:sequence>
   <xsd:attribute name="Name" type="xsd:string" use="required"/>
 </xsd:complexType>