Compartilhar via


TableCellProperties.BottomMargin Propriedade

Definição

Margem Inferior

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

Especifica a margem inferior da célula. O valor especificado neste atributo é a distância a ser compensada da parte inferior da célula.

Considere o exemplo seguinte:

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

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

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

Aplica-se a