Compartilhar via


TableCellProperties.LeftMargin Propriedade

Definição

Margem Esquerda

Representa o seguinte atributo no 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 da propriedade

Retorna Int32Value.

Atributos

Comentários

As informações a seguir do ECMA International Standard ECMA-376 podem ser úteis ao trabalhar com essa classe.

Esse atributo especifica a margem esquerda da célula. O valor especificado neste atributo é a distância, em EMUs, para deslocamento da esquerda da célula.

Considere o exemplo seguinte:

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

Neste exemplo, especificamos um valor para a margem à esquerda da célula.

Os valores possíveis para esse atributo são definidos pelo tipo ST_Coordinate32 simples.

Aplica-se a