[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
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  | 
| 
  
   spTgt (§4.6.72)  | 
| 
  
   Child Elements  | 
  
   Subclause  | 
| 
  
   charRg (Character Range)  | 
  
   §4.6.23  | 
| 
  
   pRg (Paragraph Text Range)  | 
  
   §4.6.56  | 
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>