Compartir a través de


LinePropertiesType.CapType Propiedad

Definición

límite de línea

Representa el atributo siguiente en el esquema: cap

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

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 los límites finales que se deben usar para esta línea. Algunos ejemplos de tipos de límite son rounded y flat. Si se omite este atributo, se supone que es un valor de square .

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

Se aplica a