[Table of Contents] [docx version]

Shared MLs Reference Material - Math

t (Text)

This element specifies the text in a math run r.

Parent Elements

r7.1.2.87)

 

Attributes

Description

space (Content Contains Significant Whitespace)

 

Namespace: http://www.w3.org/XML/1998/namespace

Specifies how white space should be handled for the contents of this element using the W3C space preservation rules. [Example: Consider the following run contained within a WordprocessingML document:

 

<w:r>
<w:t>significant whitespace </w:t>
</w:r>

 

Although there are three spaces on each side of the text content in the run, that whitespace has not been specifically marked as significant, therefore it is removed when this run is added to the document. end example]

 

 

The possible values for this attribute are defined by the type in the namespace.

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

<complexType name="CT_Text">

   <simpleContent>

   <extension base="ST_String">

   <attribute ref="xml:space" use="optional"/>

   </extension>

   </simpleContent>

</complexType>