LimitLocation Class

n-ary Limit Location.When the object is serialized out as xml, its qualified name is m:limLoc.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class LimitLocation _
    Inherits LimitLocationType
'Usage
Dim instance As LimitLocation
public class LimitLocation : LimitLocationType

Remarks

[ISO/IEC 29500-1 1st Edition]

22.1.2.53 limLoc (n-ary Limit Location)

This element specifies the location of limits in n-ary operators. Limits can be either centered above and below the n-ary operator (shown in the first summation below), or positioned just to the right of the operator (shown in the second summation below).

When the element is absent, the default value of this property is ignored and the intLim (for integral n-ary operator objects) and naryLim (for all other n-ary operator objects) options are looked to for the limit placement.

Ultimately, when this element is omitted, the default location is undOvr in display mode and subSup otherwise. When the element is present and the val attribute is absent, the default of the val attribute undOvr. [Example: The XML representing the relevant properties of the second summation above (subSup) is:

<m:naryPr>
<m:chr  m:val="&#8721;"/>
<m:limLoc m:val="subSup"/>
<m:grow m:val="1"/>
</m:naryPr>

end example]

Parent Elements

naryPr (§22.1.2.72)

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.

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

LimitLocation Members

DocumentFormat.OpenXml.Math Namespace