PageBorders.ZOrder Property

Definition

Z-Ordering of Page Border

Represents the following attribute in the schema: w:zOrder

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to