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


MathFont.Val Property

val.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 StringValue
    Get
    Set
'Применение
Dim instance As MathFont
Dim value As StringValue

value = instance.Val

instance.Val = value
[SchemaAttrAttribute(, "val")]
public StringValue Val { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

Remarks

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

Specifies the default math font to be used in the document.

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

See Also

Reference

MathFont Class

MathFont Members

DocumentFormat.OpenXml.Math Namespace