PageNumberType.Format Property

Page Number Format.Represents the attribte in schema: w:fmt

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

Syntax

'Declaration
<SchemaAttrAttribute(, "fmt")> _
Public Property Format As EnumValue(Of NumberFormatValues)
    Get
    Set
'Usage
Dim instance As PageNumberType
Dim value As EnumValue(Of NumberFormatValues)

value = instance.Format

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

Property Value

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

See Also

Reference

PageNumberType Class

PageNumberType Members

DocumentFormat.OpenXml.Wordprocessing Namespace