Compartilhar via


LayoutNode.ChildOrder Propriedade

Definição

Ordem filho

Representa o seguinte atributo no 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 da propriedade

Retorna EnumValue<T>.

Atributos

Comentários

As informações a seguir do ECMA International Standard ECMA-376 podem ser úteis ao trabalhar com essa classe.

Especifica a ordenação dos nós de layout filho para um determinado nó de layout.

Os valores possíveis para esse atributo são definidos pelo ST_ChildOrderType tipo simples.

Aplica-se a