LimitLocationType.Val Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Wert
Stellt das folgende Attribut im Schema dar: m:val
[DocumentFormat.OpenXml.SchemaAttr(21, "val")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.LimitLocationValues> Val { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.LimitLocationValues> Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(21, "val")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.LimitLocationValues>? Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("m:val")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.LimitLocationValues>? Val { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.LimitLocationValues>? Val { get; set; }
member this.Val : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.LimitLocationValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(21, "val")>]
member this.Val : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.LimitLocationValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("m:val")>]
member this.Val : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.LimitLocationValues> with get, set
Public Property Val As EnumValue(Of LimitLocationValues)
Eigenschaftswert
Gibt zurück EnumValue<T>.
- Attribute
Hinweise
Die folgenden Informationen aus dem INTERNATIONALEN ECMA-Standard ECMA-376 können bei der Arbeit mit dieser Klasse nützlich sein.
Gibt den Standardspeicherort von Grenzwerten für einen ganzzahligen Wert an. Mögliche Werte sind subSup
und undOvr
.
Die möglichen Werte für dieses Attribut werden durch den ST_LimLoc
einfachen Typ definiert.