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


Script.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 ScriptValues)
    Get
    Set
'Применение
Dim instance As Script
Dim value As EnumValue(Of ScriptValues)

value = instance.Val

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

Property Value

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

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the script type of the parent element. Possible values are: double-struck, fraktur, monospace, roman, sans-serif, and script.

The possible values for this attribute are defined by the ST_Script simple type.

See Also

Reference

Script Class

Script Members

DocumentFormat.OpenXml.Math Namespace