Compartir a través de


LayoutNode.ChildOrder Propiedad

Definición

Orden secundario

Representa el atributo siguiente en el esquema: chOrder

[DocumentFormat.OpenXml.SchemaAttr(0, "chOrder")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues> ChildOrder { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues> ChildOrder { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "chOrder")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues>? ChildOrder { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("chOrder")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues>? ChildOrder { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues>? ChildOrder { get; set; }
member this.ChildOrder : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "chOrder")>]
member this.ChildOrder : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("chOrder")>]
member this.ChildOrder : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues> with get, set
Public Property ChildOrder As EnumValue(Of ChildOrderValues)

Valor de propiedad

Devuelve EnumValue<T>.

Atributos

Comentarios

La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.

Especifica el orden de los nodos de diseño secundarios para un nodo de diseño determinado.

El tipo simple define los ST_ChildOrderType valores posibles para este atributo.

Se aplica a