Поделиться через


BreakBinarySubtraction.Val Property

Value.Represents the attribte in schema: m:val

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

Syntax

'Декларация
<SchemaAttrAttribute(, "val")> _
Public Property Val As EnumValue(Of BreakBinarySubtractionValues)
    Get
    Set
'Применение
Dim instance As BreakBinarySubtraction
Dim value As EnumValue(Of BreakBinarySubtractionValues)

value = instance.Val

instance.Val = value
[SchemaAttrAttribute(, "val")]
public EnumValue<BreakBinarySubtractionValues> Val { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<BreakBinarySubtractionValues>
Returns EnumValue<T>.

Remarks

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.

See Also

Reference

BreakBinarySubtraction Class

BreakBinarySubtraction Members

DocumentFormat.OpenXml.Math Namespace