PageBorders.Display Property

Definition

Pages to Display Page Borders

Represents the following attribute in the schema: w:display

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to