Freigeben über


LimitLocation-Klasse

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

Vererbungshierarchie

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

Hinweise

[ISO/IEC 29500-1 1. Ausgabe]

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. 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

LimitLocation-Member

DocumentFormat.OpenXml.Math-Namespace