次の方法で共有


IntegralLimitLocation Class

Integral Limit Locations.When the object is serialized out as xml, its qualified name is m:intLim.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Math.LimitLocationType
DocumentFormat.OpenXml.Math.IntegralLimitLocation

Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
Public Class IntegralLimitLocation _
    Inherits LimitLocationType
'使用
Dim instance As IntegralLimitLocation
public class IntegralLimitLocation : LimitLocationType

Remarks

[ISO/IEC 29500-1 初版]

22.1.2.49 intLim (Integral Limit Locations)

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:

When this integral object is written linearly, as , the placement of limits is ambiguous. intLim is a document-level property that specifies the default positioning. When this element is omitted, the default placement of integral limits is subSup (that is, the location of subscripts and superscripts, or just to the right of the base or operator). Whether the element is absent or present without the val attribute, the default of the val attribute is subSup.

[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]

Parent Elements

mathPr (§22.1.2.62)

Attributes

Description

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]

© ISO/IEC29500: 2008. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、ISO はこうした翻訳に対する責任を一切負いません。

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

IntegralLimitLocation Members

DocumentFormat.OpenXml.Math Namespace