Compartir a través de


LinePropertiesType.CompoundLineType Propiedad

Definición

tipo de línea compuesta

Representa el atributo siguiente en el esquema: cmpd

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

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 tipo de línea compuesta que se va a usar para el trazo de subrayado. Si se omite este atributo, se supone un valor de sng .

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

Se aplica a