<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 |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
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>