Compartir a través de


TableCellProperties.LeftMargin Propiedad

Definición

Left Margin

Representa el atributo siguiente en el esquema: marL

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

Valor de propiedad

Devuelve Int32Value.

Atributos

Comentarios

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

Este atributo especifica el margen izquierdo de la celda. El valor especificado en este atributo es la distancia, en EMU, que se va a desplazar desde la izquierda de la celda.

Veamos el ejemplo siguiente:

<a:tcPr marL="45720" anchor="ctr">  
…  
</a:tcPr>  

En este ejemplo, hemos especificado un valor para el margen situado a la izquierda de la celda.

Los valores posibles para este atributo se definen mediante el ST_Coordinate32 tipo simple.

Se aplica a