Style.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 StyleValues)
Get
Set
'Применение
Dim instance As Style
Dim value As EnumValue(Of StyleValues)
value = instance.Val
instance.Val = value
[SchemaAttrAttribute(, "val")]
public EnumValue<StyleValues> Val { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<StyleValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the style of the parent element. Possible values are b (bold), i (italic), bi (bold-italic), and p (plain).
The possible values for this attribute are defined by the ST_Style simple type.