BreakBinarySubtraction.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 BreakBinarySubtractionValues)
Get
Set
'Usage
Dim instance As BreakBinarySubtraction
Dim value As EnumValue(Of BreakBinarySubtractionValues)
value = instance.Val
instance.Val = value
[SchemaAttrAttribute(, "val")]
public EnumValue<BreakBinarySubtractionValues> Val { get; set; }
Eigenschaftswert
Typ: DocumentFormat.OpenXml.EnumValue<BreakBinarySubtractionValues>
Returns EnumValue<T>.
Hinweise
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies how the subtraction operator is treated when it coincides with a line break, when brkBin is set to repeat. Possible values are --, -+, and +-.
The possible values for this attribute are defined by the ST_BreakBinSub simple type.