Partager via


TableCellProperties.BottomMargin Propriété

Définition

Bottom Margin

Représente l’attribut suivant dans le schéma : 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

Valeur de propriété

Retourne Int32Value.

Attributs

Remarques

Les informations suivantes de la norme internationale ECMA ECMA-376 peuvent être utiles lors de l’utilisation de cette classe.

Spécifie la marge inférieure de la cellule. La valeur spécifiée dans cet attribut est la distance à décaler par rapport au bas de la cellule.

Prenons l'exemple suivant :

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

Dans cet exemple, nous avons spécifié une valeur pour la marge au bas de la cellule.

Les valeurs possibles pour cet attribut sont définies par le ST_Coordinate32 type simple.

S’applique à