Share via


PageNumberType.Format Property

Definition

Page Number Format

Represents the following attribute in the schema: w:fmt

[DocumentFormat.OpenXml.SchemaAttr(23, "fmt")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues> Format { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues> Format { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "fmt")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues>? Format { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:fmt")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues>? Format { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues>? Format { get; set; }
member this.Format : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "fmt")>]
member this.Format : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:fmt")>]
member this.Format : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues> with get, set
Public Property Format As EnumValue(Of NumberFormatValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to