LineEndPropertiesType.Width Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Largura da cabeça/extremidade
Representa o seguinte atributo no esquema: w
[DocumentFormat.OpenXml.SchemaAttr(0, "w")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues> Width { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues> Width { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "w")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues>? Width { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues>? Width { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues>? Width { get; set; }
member this.Width : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "w")>]
member this.Width : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w")>]
member this.Width : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues> with get, set
Public Property Width As EnumValue(Of LineEndWidthValues)
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 largura de extremidade da linha em relação à largura da linha.
Os valores possíveis para esse atributo são definidos pelo ST_LineEndWidth
tipo simples.