FontScheme.Val Property
Font Scheme.Represents the attribte in schema: val
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "val")> _
Public Property Val As EnumValue(Of FontSchemeValues)
Get
Set
'Usage
Dim instance As FontScheme
Dim value As EnumValue(Of FontSchemeValues)
value = instance.Val
instance.Val = value
[SchemaAttrAttribute(, "val")]
public EnumValue<FontSchemeValues> Val { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<FontSchemeValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Sets font scheme property.
The possible values for this attribute are defined by the ST_FontScheme simple type.