22.1.2.49 intLim
This element specifies the document setting for the default placement of integral limits, when converted from a linear form to a two-dimensional output (professional form). Limits can be either centered above and below the integral, or positioned just to the right of the operator, as in:
[Example: The XML that specifies this property in use is:
<m:mathPr>
<m:mathFont m:val="Cambria Math"/>
<m:brkBin m:val="before"/>
<m:brkBinSub m:val="--"/>
<m:smallFrac m:val="0"/>
<m:dispDef/>
<m:lMargin m:val="0"/>
<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>
end example]
Attributes
val (Value)
Specifies the default location of limits on the parent object. Possible values are subSup
and undOvr.
The possible values for this attribute are defined by the ST_LimLoc simple type (22.1.3.8).
[Note: The W3C XML Schema definition of this element’s content model (CT_LimLoc) is located in A.6.1. end note]
Last updated on