[Table of Contents] [docx version]

Shared MLs Reference Material - Math

rMargin (Right Margin)

This element specifies the right margin for math, in twips. Math margins are added to the paragraph settings for margins. [Example: The following XML demonstrates an rmargin setting of 1".

<m:mathPr>
<m:mathFont m:val="Cambria Math"/>
<m:brkBin m:val="before"/>
<m:brkBinSub m:val="--"/>
<m:smallFrac m:val="off"/>
<m:dispDef/>

<m:lMargin m:val="0"/>
<m:rMargin m:val="1440"/>
<m:defJc m:val="centerGroup"/>
<m:wrapIndent m:val="1440"/>
<m:intLim m:val="subSup"/>
<m:naryLim m:val="undOvr"/>
</m:mathPr>

end example]

Parent Elements

mathPr7.1.2.62)

 

Attributes

Description

val (Value)

Specifies the value, in twips, of the parent element.

 

The possible values for this attribute are defined by the ST_TwipsMeasure simple type7.1.3.16).

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

<complexType name="CT_TwipsMeasure">

   <attribute name="val" type="ST_TwipsMeasure" use="required"/>

</complexType>