NumberingFormat.Val Property

Numbering Format Type.Represents the attribte in schema: w:val

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "val")> _
Public Property Val As EnumValue(Of NumberFormatValues)
    Get
    Set
'Usage
Dim instance As NumberingFormat
Dim value As EnumValue(Of NumberFormatValues)

value = instance.Val

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

Property Value

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

Remarks

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

Specifies the number format that shall be used for all numbering in the parent object.

A value of lowerLetter indicates that a consumer shall use lowercase letters for each number in this grouping: a, b, c….

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

See Also

Reference

NumberingFormat Class

NumberingFormat Members

DocumentFormat.OpenXml.Wordprocessing Namespace