Compartir a través de


TableCellProperties.BottomMargin Propiedad

Definición

Bottom Margin

Representa el atributo siguiente en el esquema: marB

[DocumentFormat.OpenXml.SchemaAttr(0, "marB")]
public DocumentFormat.OpenXml.Int32Value BottomMargin { get; set; }
public DocumentFormat.OpenXml.Int32Value BottomMargin { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "marB")]
public DocumentFormat.OpenXml.Int32Value? BottomMargin { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("marB")]
public DocumentFormat.OpenXml.Int32Value? BottomMargin { get; set; }
public DocumentFormat.OpenXml.Int32Value? BottomMargin { get; set; }
member this.BottomMargin : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "marB")>]
member this.BottomMargin : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("marB")>]
member this.BottomMargin : DocumentFormat.OpenXml.Int32Value with get, set
Public Property BottomMargin 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.

Especifica el margen inferior de la celda. El valor especificado en este atributo es la distancia que se va a desplazar desde la parte inferior de la celda.

Veamos el ejemplo siguiente:

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

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

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

Se aplica a