LimitLocationType.Val-Eigenschaft
Value.Represents the attribte in schema: m:val
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "val")> _
Public Property Val As EnumValue(Of LimitLocationValues)
Get
Set
'Usage
Dim instance As LimitLocationType
Dim value As EnumValue(Of LimitLocationValues)
value = instance.Val
instance.Val = value
[SchemaAttrAttribute(, "val")]
public EnumValue<LimitLocationValues> Val { get; set; }
Eigenschaftswert
Typ: DocumentFormat.OpenXml.EnumValue<LimitLocationValues>
Returns EnumValue<T>.
Hinweise
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the default location of limits on an integral. Possible values are subSup and undOvr.
The possible values for this attribute are defined by the ST_LimLoc simple type.