2.4.10.2.3 CT_ShapeTextBinding_Page

Referenced by: Page

The CT_ShapeTextBinding_Page complex type specifies information about the text element data graphics for shapes in a drawing page.

Child Elements:

ShapeText : An optional list of CT_ShapeText elements. CT_ShapeText elements are not present if there are no text element data graphics associated with the shapes of the drawing page.

Attributes:

Name : This attribute is unused and MUST be ignored.

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

 <xsd:complexType name="CT_ShapeTextBinding_Page">
   <xsd:sequence>
     <xsd:element name="ShapeText" minOccurs="0" maxOccurs="unbounded" type="CT_ShapeText"/>
   </xsd:sequence>
   <xsd:attribute name="Name" type="xsd:string"/>
 </xsd:complexType>