<mathFont> (Math Font)

This element specifies the default math font to be used in the document.
example: : The XML containing this property is:
<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="1440"/>
  <m:rMargin m:val="0"/>
  <m:defJc m:val="centerGroup"/>
  <m:wrapIndent m:val="1440"/>
  <m:intLim m:val="subSup"/>
  <m:naryLim m:val="undOvr"/>
</m:mathPr>

Parent Elements

<mathPr>7.1.2.62)

Attributes

Description

<val> (value)

Specifies the default math font to be used in the document.

The possible values for this attribute are defined by the ST_String simple type (§7.1.3.13).

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

<complexType name="CT_String">
	<attribute name="val" type="ST_String"/>
</complexType>