<text> (Comment Text)

This element contains rich text which represents the text of a comment. The maximum length for this text is a spreadsheet application implementation detail. A recommended guideline is 32767 chars.

Parent Elements

<comment>3.7.3)

Child Elements

Subclause

<phoneticPr> (Phonetic Properties)

§3.4.3

<r> (Rich Text Run)

§3.4.4

<rPh> (Phonetic Run)

§3.4.6

<t> (Text)

§3.4.12

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Rst">
	<sequence>
	<element name="t" type="ST_Xstring" minOccurs="0" maxOccurs="1"/>
	<element name="r" type="CT_RElt" minOccurs="0" maxOccurs="unbounded"/>
	<element name="rPh" type="CT_PhoneticRun" minOccurs="0" maxOccurs="unbounded"/>
	<element name="phoneticPr" minOccurs="0" maxOccurs="1" type="CT_PhoneticPr"/>
	</sequence>
</complexType>