Compartilhar via


LineEndPropertiesType.Type Propriedade

Definição

Tipo cabeça/extremidade de linha

Representa o seguinte atributo no esquema: tipo

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

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 decoração de extremidade de linha, como um triângulo ou uma ponta de seta.

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

Aplica-se a