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

Devolve Int32Value.

Atributos

Comentários

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

Este atributo especifica a margem superior da célula. O valor especificado neste atributo é a distância, em EMUs, para desfasar da parte superior da célula.

Considere o exemplo seguinte:

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

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

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

Aplica-se a