[Table of Contents] [docx version]

Shared MLs Reference Material - Math

rPr (Run Properties)

This element specifies the properties of the math run r.

Parent Elements

r7.1.2.87)

 

Child Elements

Subclause

aln (Alignment)

§7.1.2.3

brk (Break)

§7.1.2.15

lit (Literal)

§7.1.2.58

nor (Normal Text)

§7.1.2.74

scr (Script)

§7.1.2.94

sty (style)

§7.1.2.111

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

<complexType name="CT_RPR">

   <sequence>

   <element name="lit" minOccurs="0" type="CT_OnOff"/>

   <choice>

   <element name="nor" minOccurs="0" type="CT_OnOff"/>

   <sequence>

   <group ref="EG_ScriptStyle"/>

   </sequence>

   </choice>

   <element name="brk" minOccurs="0" type="CT_ManualBreak"/>

   <element name="aln" minOccurs="0" type="CT_OnOff"/>

   </sequence>

</complexType>