[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
r (Rich Text Run)
This element represents a run of rich text. A rich text run is a region of text that share a common set of properties, such as formatting properties. The properties are defined in the rPr element, and the text displayed to the user is defined in the Text (t) element.
| Parent Elements | 
| is (§3.3.1.50); si (§3.4.8); text (§3.7.6) | 
| Child Elements | Subclause | 
| rPr (Run Properties) | §3.4.7 | 
| t (Text) | §3.4.12 | 
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_RElt">
<sequence>
<element name="rPr" type="CT_RPrElt" minOccurs="0" maxOccurs="1"/>
<element name="t" type="ST_Xstring" minOccurs="1" maxOccurs="1"/>
</sequence>
</complexType>