Compartir a través de


TableCellProperties.TopMargin Propiedad

Definición

Top Margin

Representa el atributo siguiente en el 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 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 superior de la celda. El valor especificado en este atributo es la distancia, en LAS EMU, para desplazarse desde la parte superior de la celda.

Veamos el ejemplo siguiente:

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

En este ejemplo, hemos especificado un valor para el margen en la parte superior de la celda.

El tipo simple define los ST_Coordinate32 valores posibles para este atributo.

Se aplica a