BreakBinary.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 BreakBinaryOperatorValues)
Get
Set
'Применение
Dim instance As BreakBinary
Dim value As EnumValue(Of BreakBinaryOperatorValues)
value = instance.Val
instance.Val = value
[SchemaAttrAttribute(, "val")]
public EnumValue<BreakBinaryOperatorValues> Val { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<BreakBinaryOperatorValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies where to break on binary operators. Possible values are before, after, and repeat.
The possible values for this attribute are defined by the ST_BreakBin simple type.