Freigeben über


NaryLimitLocation-Klasse

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

Vererbungshierarchie

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

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

Syntax

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

Hinweise

[ISO/IEC 29500-1 1. Ausgabe]

22.1.2.71 naryLim (n-ary Limit Location)

This element specifies the document setting for the default placement of n-ary limits other than integrals (since integrals are most often written as subSup and other n-ary operators are most often written as undOvr), when converted from a built down form to a two-dimensional output (professional form). Limits can be either centered above and below the n-ary operator, or positioned just to the right of the operator, as in:

When this summation object is written in built down form, as in , for example, the placement of limits is ambiguous. naryLim specifies this positioning. When this element is omitted, the default placement of n-ary limits is undOvr (that is, the location of lower and upper limits). Whether the element is absent or present without the val attribute, the default of the val attribute is undOvr.

[Example: An example XML of this element 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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

NaryLimitLocation-Member

DocumentFormat.OpenXml.Math-Namespace