Compartilhar via


TableCellProperties.TopMargin Propriedade

Definição

Margem Superior

Representa o seguinte atributo no esquema: marT

[DocumentFormat.OpenXml.SchemaAttr(0, "marT")]
public DocumentFormat.OpenXml.Int32Value TopMargin { get; set; }
public DocumentFormat.OpenXml.Int32Value TopMargin { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "marT")]
public DocumentFormat.OpenXml.Int32Value? TopMargin { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("marT")]
public DocumentFormat.OpenXml.Int32Value? TopMargin { get; set; }
public DocumentFormat.OpenXml.Int32Value? TopMargin { get; set; }
member this.TopMargin : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "marT")>]
member this.TopMargin : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("marT")>]
member this.TopMargin : DocumentFormat.OpenXml.Int32Value with get, set
Public Property TopMargin 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 superior da célula. O valor especificado neste atributo é a distância, em EMUs, para deslocamento da parte superior da célula.

Considere o exemplo seguinte:

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

Neste exemplo, especificamos um valor para a margem na parte superior da célula.

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

Aplica-se a