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

Devolve Int32Value.

Atributos

Comentários

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

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

Considere o exemplo seguinte:

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

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

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

Aplica-se a