<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.
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>