FractionType.Val Property
Value.Represents the attribte in schema: m:val
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "val")> _
Public Property Val As EnumValue(Of FractionTypeValues)
Get
Set
'Uso
Dim instance As FractionType
Dim value As EnumValue(Of FractionTypeValues)
value = instance.Val
instance.Val = value
[SchemaAttrAttribute(, "val")]
public EnumValue<FractionTypeValues> Val { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<FractionTypeValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the type of fraction. Possible values are bar (Bar Fraction), lin (Linear Fraction), noBar (No-Bar Fraction (Stack)), and skw (Skewed).
The possible values for this attribute are defined by the ST_FType simple type.