Compartir a través de


PageMargins.Left Propiedad

Definición

Left

Representa el atributo siguiente en el esquema: l

[DocumentFormat.OpenXml.SchemaAttr(0, "l")]
public DocumentFormat.OpenXml.DoubleValue Left { get; set; }
public DocumentFormat.OpenXml.DoubleValue Left { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "l")]
public DocumentFormat.OpenXml.DoubleValue? Left { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("l")]
public DocumentFormat.OpenXml.DoubleValue? Left { get; set; }
public DocumentFormat.OpenXml.DoubleValue? Left { get; set; }
member this.Left : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "l")>]
member this.Left : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("l")>]
member this.Left : DocumentFormat.OpenXml.DoubleValue with get, set
Public Property Left As DoubleValue

Valor de propiedad

Devuelve DoubleValue.

Atributos

Comentarios

La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.

Especifica que el contenido de este atributo contendrá el margen de página izquierdo en pulgadas.

Los valores posibles para este atributo se definen mediante el tipo de datos Esquema double XML.

Se aplica a