<txEl>
(Text Element)
This element specifies a text element to animate.
[Example: Consider a shape containing text to be animated. The <txEl> should be used as follows:
<p:tgtEl> <p:spTgt spid="5"> <p:txEl> <p:pRg st="1" end="1"/> </p:txEl> </p:spTgt> </p:tgtEl>
End Example]
Parent Elements |
---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TLTextTargetElement">
<choice minOccurs="0" maxOccurs="1">
<element name="charRg" type="CT_IndexRange"/>
<element name="pRg" type="CT_IndexRange"/>
</choice>
</complexType>