PageBorders.ZOrder Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Z-Ordering of Page Border
Representa o seguinte atributo no esquema: 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)
Valor da propriedade
Retorna EnumValue<T>.
- Atributos