<mathPr>
(Math Properties)
This element specifies the document-level properties for all math in the document.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_MathPr">
<sequence>
<element name="mathFont" type="CT_String" minOccurs="0"/>
<element name="brkBin" type="CT_BreakBin" minOccurs="0"/>
<element name="brkBinSub" type="CT_BreakBinSub" minOccurs="0"/>
<element name="smallFrac" type="CT_OnOff" minOccurs="0"/>
<element name="dispDef" type="CT_OnOff" minOccurs="0"/>
<element name="lMargin" type="CT_TwipsMeasure" minOccurs="0"/>
<element name="rMargin" type="CT_TwipsMeasure" minOccurs="0"/>
<element name="defJc" type="CT_OMathJc" minOccurs="0"/>
<element name="preSp" type="CT_TwipsMeasure" minOccurs="0"/>
<element name="postSp" type="CT_TwipsMeasure" minOccurs="0"/>
<element name="interSp" type="CT_TwipsMeasure" minOccurs="0"/>
<element name="intraSp" type="CT_TwipsMeasure" minOccurs="0"/>
<choice minOccurs="0">
<element name="wrapIndent" type="CT_TwipsMeasure"/>
<element name="wrapRight" type="CT_OnOff"/>
</choice>
<element name="intLim" type="CT_LimLoc" minOccurs="0"/>
<element name="naryLim" type="CT_LimLoc" minOccurs="0"/>
</sequence>
</complexType>