<txSp> (Text Shape)

This element specifies the existence of a text shape within a parent shape. This text shape is specifically used for displaying text as it has only text related child elements.

Parent Elements

<grpSp>5.1.2.1.20); <lockedCanvas>5.4.2.1); <sp>5.1.2.1.33)

Child Elements

Subclause

<extLst> (Extension List)

§5.1.2.1.15

<txBody> (Shape Text Body)

§5.1.2.1.40

<useSpRect> (Use Shape Text Rectangle)

§5.1.2.1.42

<xfrm> (2D Transform for Individual Objects)

§5.1.9.6

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_GvmlTextShape">
	<sequence>
	<element name="txBody" type="CT_TextBody" minOccurs="1" maxOccurs="1"/>
	<choice>
	<element name="useSpRect" type="CT_GvmlUseShapeRectangle" minOccurs="1" maxOccurs="1"/>
	<element name="xfrm" type="CT_Transform2D" minOccurs="1" maxOccurs="1"/>
	</choice>
	<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>